]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Mon, 29 Jul 2024 10:59:42 +0000 (13:59 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 10:59:42 +0000 (12:59 +0200)
commit9187484dd97f6beb94fc17676014706922e380e1
tree1a201431070eac4451fc6c47083604f9be36414a
parent0697188084bf61b28f258fbbe867e1010d679b3e
gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)
Lib/test/test_ast/__init__.py [new file with mode: 0644]
Lib/test/test_ast/snippets.py [new file with mode: 0644]
Lib/test/test_ast/test_ast.py [moved from Lib/test/test_ast.py with 68% similarity]
Lib/test/test_ast/utils.py [new file with mode: 0644]
Makefile.pre.in