Skip to content

Commit

Permalink
Call pytest if __file__ == "__main__
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Dec 4, 2024
1 parent 331320f commit 3c5b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cadet_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,4 +632,4 @@ def test_compare_solution_shape(self, simulation_results):


if __name__ == "__main__":
unittest.main()
pytest.main([__file__])

0 comments on commit 3c5b3b6

Please sign in to comment.