mirror of https://github.com/lukechilds/node.git
Timothy J Fontaine
11 years ago
12 changed files with 18 additions and 2 deletions
@ -0,0 +1,6 @@ |
|||
import sys, os |
|||
sys.path.append(os.path.join(os.path.dirname(__file__), '..')) |
|||
import testpy |
|||
|
|||
def GetConfiguration(context, root): |
|||
return testpy.SimpleTestConfiguration(context, root, 'debugger') |
Loading…
Reference in new issue