Skip to content

Commit

Permalink
Merge pull request #5 from dnv-opensource/eis
Browse files Browse the repository at this point in the history
Fixed local code quality errors and re-tested the package
  • Loading branch information
Jorgelmh authored Nov 12, 2024
2 parents 7539966 + 2b4351f commit 6875e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_run_mobilecrane.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ def test_run_cases():


if __name__ == "__main__":
# retcode = pytest.main(["-rA", "-v", __file__])
# assert retcode == 0, f"Return code {retcode}"
retcode = pytest.main(["-rA", "-v", __file__])
assert retcode == 0, f"Return code {retcode}"
# test_read_cases()
# test_step_by_step_cosim()
test_step_by_step_cases()
# test_step_by_step_cases()
# test_run_basic()
# test_run_cases()

0 comments on commit 6875e7e

Please sign in to comment.