File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $(NOSE):
1919.PHONY : regression_test
2020regression_test :
2121 $(PY ) src/tests/regression.py
22- $(PY ) -m webbrowser src/tests/test_output /index.html
22+ $(PY ) -m webbrowser src/tests/regression_test_output /index.html
2323
2424
2525# #######
Original file line number Diff line number Diff line change 22
33
44SAMPLES = os .path .join (os .path .dirname (__file__ ), 'samples' )
5- REGRESSION_DATA = os .path .join (os .path .dirname (__file__ ), 'test_data ' )
5+ REGRESSION_DATA = os .path .join (os .path .dirname (__file__ ), 'regression_test_data ' )
66
77
88def load_sample (filename ):
Original file line number Diff line number Diff line change 2929YAML_EXTENSION = '.yaml'
3030
3131TESTDIR = os .path .dirname (__file__ )
32- TEST_DATA_PATH = os .path .join (TESTDIR , 'test_data ' )
33- TEST_OUTPUT_PATH = os .path .join (TESTDIR , 'test_output ' )
32+ TEST_DATA_PATH = os .path .join (TESTDIR , 'regression_test_data ' )
33+ TEST_OUTPUT_PATH = os .path .join (TESTDIR , 'regression_test_output ' )
3434TEST_SUMMARY_PATH = os .path .join (TEST_OUTPUT_PATH , 'index.html' )
3535
3636SUMMARY_CSS = '''
You can’t perform that action at this time.
0 commit comments