summaryrefslogtreecommitdiff
path: root/client/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/test.py')
-rw-r--r--client/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/test.py b/client/test.py
index 49f3109..0160b76 100644
--- a/client/test.py
+++ b/client/test.py
@@ -233,6 +233,9 @@ if __name__ == '__main__':
help='runs a subset of the tests (only requires Python dependencies)')
args = parser.parse_args()
+ # Change CWD to jasperpath.LIB_PATH
+ os.chdir(jasperpath.LIB_PATH)
+
test_cases = [TestBrain, TestModules, TestVocabCompiler]
if not args.light:
test_cases.append(TestG2P)