[ 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.6
/
unittest
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 __pycache__
SET
[ DEL ]
📄 __init__.py
3,179 B
SET
[ EDIT ]
|
[ DEL ]
📄 __main__.py
485 B
SET
[ EDIT ]
|
[ DEL ]
📄 case.py
57,500 B
SET
[ EDIT ]
|
[ DEL ]
📄 loader.py
22,224 B
SET
[ EDIT ]
|
[ DEL ]
📄 main.py
10,552 B
SET
[ EDIT ]
|
[ DEL ]
📄 mock.py
79,856 B
SET
[ EDIT ]
|
[ DEL ]
📄 result.py
7,442 B
SET
[ EDIT ]
|
[ DEL ]
📄 runner.py
7,751 B
SET
[ EDIT ]
|
[ DEL ]
📄 signals.py
2,403 B
SET
[ EDIT ]
|
[ DEL ]
📄 suite.py
10,479 B
SET
[ EDIT ]
|
[ DEL ]
📄 util.py
5,433 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, TestProgram main(module=None)