OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pytest
Server IP: 89.117.27.120
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/05/2025 09:34:06 AM
rwxr-xr-x
📄
__init__.py
5.11 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
__main__.py
116 bytes
12/18/2024 10:23:16 AM
rw-r--r--
📁
__pycache__
-
02/07/2025 10:01:35 PM
rwxr-xr-x
📄
py.typed
0 bytes
12/18/2024 10:23:16 AM
rw-r--r--
Editing: __main__.py
Close
"""The pytest entry point.""" import pytest if __name__ == "__main__": raise SystemExit(pytest.console_main())