]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100518: Add tests for `ast.NodeTransformer` (#100521)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 21 Jan 2023 21:44:41 +0000 (00:44 +0300)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2023 21:44:41 +0000 (21:44 +0000)
commitc1c5882359a2899b74c1685a0d4e61d6e232161f
tree25735ca47f51c618a5acad9de4917588f56e2498
parentf63f525e161204970418ebc132efc542daaa24ed
gh-100518: Add tests for `ast.NodeTransformer` (#100521)
Lib/test/support/ast_helper.py [new file with mode: 0644]
Lib/test/test_ast.py
Lib/test/test_unparse.py