Files
Hotel-Booking/Backend/venv/lib/python3.12/site-packages/pytest/__main__.py
Iliyan Angelov 627959f52b updates
2025-11-23 18:59:18 +02:00

10 lines
154 B
Python

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