Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python38 /
lib64 /
python3.8 /
unittest /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-05-01 04:21
testmock
[ DIR ]
drwxr-xr-x
2026-05-01 04:21
__init__.py
584
B
-rw-r--r--
2024-09-07 00:11
__main__.py
596
B
-rw-r--r--
2024-09-07 00:11
_test_warnings.py
2.25
KB
-rw-r--r--
2024-09-07 00:11
dummy.py
50
B
-rw-r--r--
2024-09-07 00:11
support.py
3.66
KB
-rw-r--r--
2024-09-07 00:11
test_assertions.py
16.68
KB
-rw-r--r--
2024-09-07 00:11
test_async_case.py
6.9
KB
-rw-r--r--
2024-09-07 00:11
test_break.py
9.27
KB
-rw-r--r--
2024-09-07 00:11
test_case.py
71.86
KB
-rw-r--r--
2024-09-07 00:11
test_discovery.py
33.21
KB
-rw-r--r--
2024-09-07 00:11
test_functiontestcase.py
5.41
KB
-rw-r--r--
2024-09-07 00:11
test_loader.py
61.58
KB
-rw-r--r--
2024-09-07 00:11
test_program.py
14.7
KB
-rw-r--r--
2024-09-07 00:11
test_result.py
24.41
KB
-rw-r--r--
2024-09-07 00:11
test_runner.py
35.9
KB
-rw-r--r--
2024-09-07 00:11
test_setups.py
16.12
KB
-rw-r--r--
2024-09-07 00:11
test_skipping.py
9.44
KB
-rw-r--r--
2024-09-07 00:11
test_suite.py
14.83
KB
-rw-r--r--
2024-09-07 00:11
Save
Rename
import os import unittest def load_tests(loader, standard_tests, pattern): # top level directory cached on loader instance this_dir = os.path.dirname(__file__) pattern = pattern or "test_*.py" # We are inside unittest.test, so the top-level is two notches up top_level_dir = os.path.dirname(os.path.dirname(this_dir)) package_tests = loader.discover(start_dir=this_dir, pattern=pattern, top_level_dir=top_level_dir) standard_tests.addTests(package_tests) return standard_tests if __name__ == '__main__': unittest.main()