This commit is contained in:
2026-08-02 18:57:40 +02:00
parent 5e5ab8681a
commit 6fa59321c0
5759 changed files with 712133 additions and 66 deletions
@@ -0,0 +1,9 @@
"""The pytest entry point."""
from __future__ import annotations
from _pytest.config import _console_main
if __name__ == "__main__":
raise SystemExit(_console_main())