This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
0e207f3e7a
cpython
/
Lib
/
test
/
test_interpreters
/
__main__.py
5 lines
58 B
Python
Raw
Normal View
History
Unescape
Escape
gh-76785: Fixes for test.support.interpreters (gh-112982) This involves a number of changes for PEP 734.
2023-12-12 11:24:31 -04:00
from
.
import
load_tests
import
unittest
Fix trivial typo in test_interpreters (GH-113381)
2023-12-23 10:10:41 -04:00
unittest
.
main
(
)