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

design

parent 267a4004
Branches
Tags
2 merge requests!41Develop,!40Resolve "Add pytest to CI"
Pipeline #4453 failed with stages
in 3 minutes and 37 seconds
......@@ -11,4 +11,5 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
@pytest.mark.design
def test_design():
design_file = os.path.join(test_output_path, 'design.checked.csv')
print(design_file)
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