This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
864207181d
cpython
/
Lib
/
test
/
test_support.py
4 lines
79 B
Python
Raw
Normal View
History
Unescape
Escape
Just import sys at the top instead of inside lots of functions. Add some helpers for supporting PyUNIT-based unit testing.
2001-03-21 14:26:33 -04:00
import
sys
bpo-30207: Rename test.test_support to test.support. (#1353) To simplify backports from Python 3, the test.test_support module was converted into a package and renamed to test.support. The test.script_helper module was moved into the test.support package. Names test.test_support and test.script_helper are left as aliases to test.support and test.support.script_helper.
2017-04-30 05:36:58 -03:00
import
test
.
support
sys
.
modules
[
'
test.test_support
'
]
=
test
.
support