Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
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 ]
drwxrwxrwx
2020-08-25 15:28
__init__.py
146
B
-rwxrwxrwx
2016-10-06 09:34
__main__.py
623
B
-rwxrwxrwx
2016-10-06 09:34
support.py
552
B
-rwxrwxrwx
2016-10-06 09:34
testcallable.py
4.33
KB
-rwxrwxrwx
2016-10-06 09:34
testhelpers.py
28.03
KB
-rwxrwxrwx
2016-10-06 09:34
testmagicmethods.py
16
KB
-rwxrwxrwx
2016-10-06 09:34
testmock.py
49.29
KB
-rwxrwxrwx
2016-10-06 09:34
testpatch.py
55.03
KB
-rwxrwxrwx
2016-10-06 09:34
testsentinel.py
976
B
-rwxrwxrwx
2016-10-06 09:34
testwith.py
10.34
KB
-rwxrwxrwx
2016-10-06 09:34
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()