1
0
Fork 0
forked from anton/matekasse
matekasse/venv/lib/python3.11/site-packages/pytest/__main__.py
2023-07-28 23:30:45 +02:00

5 lines
116 B
Python

"""The pytest entry point."""
import pytest
if __name__ == "__main__":
raise SystemExit(pytest.console_main())