diff --git a/test/python/runTests.py b/test/python/runTests.py index 3c4dd8b9c..97fc5b520 100644 --- a/test/python/runTests.py +++ b/test/python/runTests.py @@ -8,6 +8,8 @@ import sys import os import unittest +sys.path.insert(0, os.path.abspath('../../interfaces/python')) + import Cantera Cantera.addDirectory(os.path.join(os.path.split(os.getcwd())[0], 'data'))