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

print test

parent 3f7623d5
Branches
Tags
2 merge requests!41Develop,!40Resolve "Add pytest to CI"
Pipeline #4450 failed with stages
in 2 minutes and 50 seconds
......@@ -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'))
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