pre-commit-hooks/.venv/lib/python3.10/site-packages/pytest/__main__.py
2024-04-13 01:32:31 +02:00

7 lines
118 B
Python

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