WUT_Computer_Science/Programming/PORR/code/main.py

6 lines
137 B
Python
Raw Normal View History

2024-10-20 18:27:51 +02:00
import pytest
if __name__ == "__main__":
2024-10-20 18:27:51 +02:00
# Run pytest and exit with the appropriate status code
pytest.main(["-v", "tests.py"])