Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/addons/testcfg.py')
-rw-r--r--test/addons/testcfg.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/addons/testcfg.py b/test/addons/testcfg.py
new file mode 100644
index 00000000000..908fd6a475c
--- /dev/null
+++ b/test/addons/testcfg.py
@@ -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.AddonTestConfiguration(context, root, 'addon')