Barry Warsaw
|
50ad588c33
|
Remove unnecessary XXX
|
2010-04-17 00:31:11 +00:00 |
Barry Warsaw
|
28a691b7fd
|
PEP 3147
|
2010-04-17 00:19:56 +00:00 |
Brett Cannon
|
12c3fc9343
|
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 |
Brett Cannon
|
5c26eaad23
|
Add support for a --builtin argument to importlib.test to trigger running
import-specific tests with __import__ instead of importlib.
|
2009-08-27 23:49:56 +00:00 |
Brett Cannon
|
b49c70c7d3
|
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().
|
2009-07-15 04:08:33 +00:00 |