Explorer
/proc/thread-self/root/usr/local/lib/python3.12/dist-packages/pytest/__main__.py
← Zurück ↓ Download
"""The pytest entry point."""

from __future__ import annotations

from _pytest.config import _console_main


if __name__ == "__main__":
    raise SystemExit(_console_main())