projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db81e8d
)
When the regression test is run in verbose mode, make the PyUNIT-based
author
Fred Drake
<fdrake@acm.org>
Fri, 23 Mar 2001 04:21:17 +0000
(
04:21
+0000)
committer
Fred Drake
<fdrake@acm.org>
Fri, 23 Mar 2001 04:21:17 +0000
(
04:21
+0000)
tests a little noisier, providing more progress information.
Lib/test/test_support.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_support.py
b/Lib/test/test_support.py
index 426f7aac3af51f4812b3e4ac328614fd8e87382d..aa8eaa62fdda0d719603244be94c7b9d5922efa1 100644
(file)
--- a/
Lib/test/test_support.py
+++ b/
Lib/test/test_support.py
@@
-112,7
+112,7
@@
class BasicTestRunner:
def run_unittest(testclass):
"""Run tests from a unittest.TestCase-derived class."""
if verbose:
- runner = unittest.TextTestRunner(sys.stdout,
descriptions=0
)
+ runner = unittest.TextTestRunner(sys.stdout,
verbosity=2
)
else:
runner = BasicTestRunner()