Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
More verbose test outputs
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
python/testing/__init__.py
|
@@ -36,6 +36,7 @@ |
|
|
|
|
|
# Get a backup, we will patch this one later |
|
|
_TestCase = unittest.TestCase |
|
|
unittest.util._MAX_LENGTH = 2000 |
|
|
|
|
|
|
|
|
class TestCase(_TestCase): |
|
|