Skip to content

Commit

Permalink
pythongh-122292: Split up Lib/test/test_ast.py into a couple of f…
Browse files Browse the repository at this point in the history
…iles (python#122293)
  • Loading branch information
Eclips4 committed Jul 29, 2024
1 parent 0697188 commit 9187484
Show file tree
Hide file tree
Showing 5 changed files with 629 additions and 612 deletions.
7 changes: 7 additions & 0 deletions Lib/test/test_ast/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os

from test import support


def load_tests(*args):
return support.load_package_tests(os.path.dirname(__file__), *args)
Loading

0 comments on commit 9187484

Please sign in to comment.