[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib64
/
python3.12
/
unittest
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 __pycache__
SET
[ DEL ]
📄 __init__.py
3,487 B
SET
[ EDIT ]
|
[ DEL ]
📄 __main__.py
472 B
SET
[ EDIT ]
|
[ DEL ]
📄 _log.py
2,746 B
SET
[ EDIT ]
|
[ DEL ]
📄 async_case.py
5,483 B
SET
[ EDIT ]
|
[ DEL ]
📄 case.py
57,531 B
SET
[ EDIT ]
|
[ DEL ]
📄 loader.py
21,116 B
SET
[ EDIT ]
|
[ DEL ]
📄 main.py
11,991 B
SET
[ EDIT ]
|
[ DEL ]
📄 mock.py
106,317 B
SET
[ EDIT ]
|
[ DEL ]
📄 result.py
9,130 B
SET
[ EDIT ]
|
[ DEL ]
📄 runner.py
10,368 B
SET
[ EDIT ]
|
[ DEL ]
📄 signals.py
2,403 B
SET
[ EDIT ]
|
[ DEL ]
📄 suite.py
13,512 B
SET
[ EDIT ]
|
[ DEL ]
📄 util.py
5,215 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: __main__.py
"""Main entry point""" import sys if sys.argv[0].endswith("__main__.py"): import os.path # We change sys.argv[0] to make help message more useful # use executable without path, unquoted # (it's just a hint anyway) # (if you have spaces in your executable you get what you deserve!) executable = os.path.basename(sys.executable) sys.argv[0] = executable + " -m unittest" del os __unittest = True from .main import main main(module=None)