Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Add regrtest from CPython
  • Loading branch information
palaviv committed Dec 30, 2019
commit a157dc12306f5a8e4c10f44500aab86eb64a4575
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
Copy Markdown
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