summaryrefslogtreecommitdiff
path: root/examples/run_all_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/run_all_tests.py')
-rw-r--r--examples/run_all_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/run_all_tests.py b/examples/run_all_tests.py
index 636a0b6..b4a954d 100644
--- a/examples/run_all_tests.py
+++ b/examples/run_all_tests.py
@@ -11,6 +11,10 @@ import sys
import os
import time
+# inject local copy to avoid testing the installed version instead of the
+# working copy
+sys.path.insert(0, '..')
+
PORT = 'loop://'
# find files and the tests in them