jo
This commit is contained in:
5
venv/lib/python3.11/site-packages/pytest/__main__.py
Normal file
5
venv/lib/python3.11/site-packages/pytest/__main__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""The pytest entry point."""
|
||||
import pytest
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(pytest.console_main())
|
||||
Reference in New Issue
Block a user