mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:03:01 +02:00
6 lines
137 B
Python
6 lines
137 B
Python
import pytest
|
|
|
|
if __name__ == "__main__":
|
|
# Run pytest and exit with the appropriate status code
|
|
pytest.main(["-v", "tests.py"])
|