X7ROOT File Manager
Current Path:
/opt/alt/python311/lib64/python3.11/unittest
opt
/
alt
/
python311
/
lib64
/
python3.11
/
unittest
/
ðŸ“
..
📄
__init__.py
(3.84 KB)
📄
__main__.py
(472 B)
ðŸ“
__pycache__
📄
_log.py
(2.68 KB)
📄
async_case.py
(5.34 KB)
📄
case.py
(57.13 KB)
📄
loader.py
(22.01 KB)
📄
main.py
(11.15 KB)
📄
mock.py
(101.82 KB)
📄
result.py
(8.32 KB)
📄
runner.py
(9.2 KB)
📄
signals.py
(2.35 KB)
📄
suite.py
(13.2 KB)
📄
util.py
(5.09 KB)
Editing: __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)
Upload File
Create Folder