Files
website/venv/lib/python3.11/site-packages/pytest/__main__.py
2025-04-27 21:22:28 +01:00

6 lines
116 B
Python

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