Skip to content
Snippets Groups Projects

Resolve "Add pytest to CI"

Merged Jeremy Mathews requested to merge 25-AddPytestCI into develop
Viewing commit 9472e0a1
Show latest version
1 file
+ 1
0
Preferences
File browser
Compare changes
@@ -10,4 +10,5 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
@pytest.mark.design
def test_design():
print os.path.join(test_output_path, 'design.checked.csv')
assert os.path.exists(os.path.join(test_output_path, 'design.checked.csv'))