golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/pytest
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
5.11 KB
Del
OK
__main__.py
116 B
Del
OK
__pycache__
-
Del
OK
py.typed
0 B
Del
OK
Edit: __main__.py
"""The pytest entry point.""" import pytest if __name__ == "__main__": raise SystemExit(pytest.console_main())
Save