Skip to content

Commit e299104

Browse files
authored
[3.12] gh-122292: Split up Lib/test/test_ast.py into a couple of … (#122395)
[3.12] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (GH-122293) (cherry picked from commit 9187484)
1 parent a3076c7 commit e299104

File tree

5 files changed

+427
-420
lines changed

5 files changed

+427
-420
lines changed

Lib/test/test_ast/__init__.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import os
2+
3+
from test import support
4+
5+
6+
def load_tests(*args):
7+
return support.load_package_tests(os.path.dirname(__file__), *args)

0 commit comments

Comments
 (0)