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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python35 /
lib64 /
python3.5 /
lib2to3 /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-05-01 04:20
data
[ DIR ]
drwxr-xr-x
2026-05-01 04:20
__init__.py
184
B
-rw-r--r--
2021-09-24 12:03
__main__.py
58
B
-rw-r--r--
2021-09-24 12:03
pytree_idempotency.py
2.41
KB
-rwxr-xr-x
2021-09-24 12:03
support.py
1.7
KB
-rw-r--r--
2021-09-24 12:03
test_all_fixers.py
624
B
-rw-r--r--
2021-09-24 12:03
test_fixers.py
118.46
KB
-rw-r--r--
2021-09-24 12:03
test_main.py
5.61
KB
-rw-r--r--
2021-09-24 12:03
test_parser.py
12.36
KB
-rw-r--r--
2021-09-24 12:03
test_pytree.py
16.06
KB
-rw-r--r--
2021-09-24 12:03
test_refactor.py
11.59
KB
-rw-r--r--
2021-09-24 12:03
test_util.py
20.74
KB
-rw-r--r--
2021-09-24 12:03
Save
Rename
"""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()