1
0
Fork 0
forked from anton/matekasse
matekasse/venv/lib/python3.11/site-packages/pytest/__main__.py

6 lines
116 B
Python
Raw Normal View History

2023-07-28 21:30:45 +00:00
"""The pytest entry point."""
import pytest
if __name__ == "__main__":
raise SystemExit(pytest.console_main())