| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,6 @@ | |||
| 1 | + import sys, os | ||
| 2 | + sys.path.append(os.path.join(os.path.dirname(__file__), '..')) | ||
| 3 | + import testpy | ||
| 4 | + | ||
| 5 | + def GetConfiguration(context, root): | ||
| 6 | + return testpy.SimpleTestConfiguration(context, root, 'abort') | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments