Set test files path dynamically
This commit is contained in:
parent
336739f29d
commit
e6c8c519ce
@ -31,7 +31,7 @@ else:
|
|||||||
|
|
||||||
|
|
||||||
DOT_BINARY_PATH = pydot.find_graphviz()['dot']
|
DOT_BINARY_PATH = pydot.find_graphviz()['dot']
|
||||||
TEST_DIR = './'
|
TEST_DIR = os.path.dirname(__file__)
|
||||||
REGRESSION_TESTS_DIR = os.path.join(TEST_DIR, 'graphs')
|
REGRESSION_TESTS_DIR = os.path.join(TEST_DIR, 'graphs')
|
||||||
MY_REGRESSION_TESTS_DIR = os.path.join(TEST_DIR, 'my_tests')
|
MY_REGRESSION_TESTS_DIR = os.path.join(TEST_DIR, 'my_tests')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user