Set test files path dynamically

This commit is contained in:
Sebastian Kalinowski 2015-02-26 10:22:59 +01:00
parent 336739f29d
commit e6c8c519ce
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ else:
DOT_BINARY_PATH = pydot.find_graphviz()['dot']
TEST_DIR = './'
TEST_DIR = os.path.dirname(__file__)
REGRESSION_TESTS_DIR = os.path.join(TEST_DIR, 'graphs')
MY_REGRESSION_TESTS_DIR = os.path.join(TEST_DIR, 'my_tests')