v1.3.5
This commit is contained in:
@@ -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())
|
||||
Reference in New Issue
Block a user