commit | b49c70c7d30361856b73e0cf8de7cd6ad3af5e9f | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Jul 15 04:08:33 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Jul 15 04:08:33 2009 +0000 |
tree | 7202abb69d89050068f426da408cf01b6375b7d8 | |
parent | d8840860df164191ae5ab81d37435517f0d0a31b [diff] |
Importlib was using custom code to discover all test modules in importlib.test. This has now been removed in favor of using unittest's test discovery code in TestLoader.discover().