Skip to content
Snippets Groups Projects

Resolve "Add pytest to CI"

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