2026-02-01 09:31:38 +01:00

10 lines
154 B
Python

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