Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db81e8d commit 84a5934Copy full SHA for 84a5934
1 file changed
Lib/test/test_support.py
@@ -112,7 +112,7 @@ def run(self, test):
112
def run_unittest(testclass):
113
"""Run tests from a unittest.TestCase-derived class."""
114
if verbose:
115
- runner = unittest.TextTestRunner(sys.stdout, descriptions=0)
+ runner = unittest.TextTestRunner(sys.stdout, verbosity=2)
116
else:
117
runner = BasicTestRunner()
118
0 commit comments