Skip to content

Commit 9187484

Browse files
authored
gh-122292: Split up Lib/test/test_ast.py into a couple of files (#122293)
1 parent 0697188 commit 9187484

File tree

5 files changed

+629
-612
lines changed

5 files changed

+629
-612
lines changed

Lib/test/test_ast/__init__.py

Lines changed: 7 additions & 0 deletions
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)