commit | f012ba42fe54253378a2784aaf7177aa36be579a | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Wed Jul 23 12:00:29 2014 -0500 |
committer | Zachary Ware <zachary.ware@gmail.com> | Wed Jul 23 12:00:29 2014 -0500 |
tree | 44f904dd1023616f134f1e8f2cddac0185cd313e | |
parent | c4c464911ab6a65a32b8b2162aa4537003efb87b [diff] |
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.