PHP 8.2.30
Preview: __main__.py Size: 534 B
//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)

Directory Contents

Dirs: 1 × Files: 11

Name Size Perms Modified Actions
- drwxr-xr-x 2024-05-23 07:03:28
Edit Download
48.92 KB lrw-r--r-- 2024-04-17 16:58:21
Edit Download
13.56 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
10.14 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
69.80 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
6.13 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
7.31 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
2.35 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
9.49 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
4.06 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
2.72 KB lrw-r--r-- 2024-04-17 16:58:20
Edit Download
534 B lrw-r--r-- 2024-04-17 16:58:20
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).