Beta/venv/lib/python3.12/site-packages/pytest/__main__.py

10 lines
154 B
Python
Raw Normal View History

2026-06-16 17:09:34 +00:00
"""The pytest entry point."""
from __future__ import annotations
import pytest
if __name__ == "__main__":
raise SystemExit(pytest.console_main())