This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-23 01:43:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9e9b2c32a3
cpython
/
Lib
/
test
/
test_importlib
/
__main__.py
5 lines
58 B
Python
Raw
Normal View
History
Unescape
Escape
Issue #22002: Make full use of test discovery in test sub-packages. Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
2014-07-23 12:00:29 -05:00
from
.
import
load_tests
import
unittest
Provide module docstrings for the two main test drivers in importlib that explain what they are for and how to use command-line arguments to tweak semantics.
2009-08-30 08:39:57 +00:00
Issue #22002: Make full use of test discovery in test sub-packages. Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
2014-07-23 12:00:29 -05:00
unittest
.
main
(
)
Reference in a new issue
Copy permalink