WUT_Computer_Science/Programming/PORR/code/main.py
2026-02-06 22:15:00 +01:00

6 lines
137 B
Python

import pytest
if __name__ == "__main__":
# Run pytest and exit with the appropriate status code
pytest.main(["-v", "tests.py"])