cpython/Lib/lib2to3
Serhiy Storchaka 40348acc18
bpo-45229: Remove test_main in many tests (GH-28405)
Instead of explicitly enumerate test classes for run_unittest()
use the unittest ability to discover tests. This also makes these
tests discoverable and runnable with unittest.

load_tests() can be used for dynamic generating tests and adding
doctests. setUpModule(), tearDownModule() and addModuleCleanup()
can be used for running code before and after all module tests.
2021-09-19 15:27:33 +03:00
..
fixes
pgen2 make lib2to3 parse async generators everywhere (GH-6588) 2021-08-10 11:31:32 +02:00
tests bpo-45229: Remove test_main in many tests (GH-28405) 2021-09-19 15:27:33 +03:00
Grammar.txt
PatternGrammar.txt
__init__.py bpo-40360: Deprecate the lib2to3 package (GH-28116) 2021-09-02 11:46:47 +02:00
__main__.py
btm_matcher.py
btm_utils.py Remove unnecessary pass statements (GH-27103) 2021-07-13 15:02:30 +02:00
fixer_base.py
fixer_util.py
main.py
patcomp.py
pygram.py
pytree.py
refactor.py