Skip to content

Commit 641418f

Browse files
committed
Add __main__ to test lib
1 parent 857c5e3 commit 641418f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from test.libregrtest import main
2+
main()

0 commit comments

Comments
 (0)