Brett Cannon
|
082f177c67
|
Fix importlib.test.__main__ to only worry about command-line flags when directly executed.
|
2012-02-17 10:44:24 -05:00 |
Brett Cannon
|
1f14bebe3c
|
Have importlib.test use argparse instead of some hacked up solution.
|
2012-02-17 09:37:39 -05:00 |
Éric Araujo
|
ef3062f7af
|
Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)
|
2011-06-07 17:58:50 +02:00 |
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 |