8000 Merge pull request #1650 from palaviv/run-unittests · RustPython/RustPython@cdba57d · GitHub
[go: up one dir, main page]

Skip to content

Commit cdba57d

Browse files
authored
Merge pull request #1650 from palaviv/run-unittests
Run unittests
2 parents b3d887f + 88c477f commit cdba57d

File tree

18 files changed

+2695
-47
lines changed

18 files changed

+2695
-47
lines changed

Lib/test/libregrtest/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# We import importlib *ASAP* in order to test #15386
2+
import importlib
3+
4+
from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
5+
from test.libregrtest.main import main

Lib/test/libregrtest/cmdline.py

Lines changed: 393 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
0