WUT_Computer_Science/code/main.py

6 lines
137 B
Python

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