Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Lib/test/libregrtest/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# We import importlib *ASAP* in order to test #15386
import importlib

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to place the libregrtest folder outside the Lib folder? Or has this discussion already happened?

from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
from test.libregrtest.main import main
393 changes: 393 additions & 0 deletions Lib/test/libregrtest/cmdline.py

Large diffs are not rendered by default.

Loading