Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
mock /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2018-02-22 00:25
__init__.py
146
B
-rw-r--r--
2015-07-14 04:07
__main__.py
623
B
-rw-r--r--
2015-07-09 09:45
support.py
586
B
-rw-r--r--
2015-07-14 04:07
testcallable.py
4.33
KB
-rw-r--r--
2015-07-14 04:07
testhelpers.py
27.67
KB
-rw-r--r--
2015-07-14 04:07
testmagicmethods.py
16.03
KB
-rw-r--r--
2015-07-14 04:07
testmock.py
48.58
KB
-rw-r--r--
2015-07-23 21:20
testpatch.py
53.96
KB
-rw-r--r--
2015-07-14 04:07
testsentinel.py
976
B
-rw-r--r--
2015-07-14 04:07
testwith.py
9.39
KB
-rw-r--r--
2015-07-23 21:20
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.testmock, so the top-level is three notches up top_level_dir = os.path.dirname(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()