Skip to content
Snippets Groups Projects
Commit 267a4004 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

change test design

parent 9472e0a1
Branches
Tags
2 merge requests!41Develop,!40Resolve "Add pytest to CI"
Pipeline #4452 failed with stages
in 3 minutes and 22 seconds
......@@ -10,5 +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'))
design_file = os.path.join(test_output_path, 'design.checked.csv')
assert os.path.exists(design_file)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment