SILENT KILLERPanel

Current Path: > > opt > alt > python33 > lib64 > > > python3.3 > unittest


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python33/lib64///python3.3/unittest

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 2782 bytes April 17 2024 16:58:20.
__main__.py File 534 bytes April 17 2024 16:58:20.
case.py File 50092 bytes April 17 2024 16:58:21.
loader.py File 13883 bytes April 17 2024 16:58:20.
main.py File 10385 bytes April 17 2024 16:58:20.
mock.py File 71473 bytes April 17 2024 16:58:20.
result.py File 6282 bytes April 17 2024 16:58:20.
runner.py File 7484 bytes April 17 2024 16:58:20.
signals.py File 2403 bytes April 17 2024 16:58:20.
suite.py File 9715 bytes April 17 2024 16:58:20.
util.py File 4157 bytes April 17 2024 16:58:20.

Reading File: //opt/alt/python33/lib64///python3.3/unittest/__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, USAGE_AS_MAIN
TestProgram.USAGE = USAGE_AS_MAIN

main(module=None)

SILENT KILLER Tool