summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tools/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-8/+2
| | | | | | 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.
* Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-161-0/+31