Skip to content

Commit 2f5aa35

Browse files
committed
Show full diff in tests
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 59bfcd3 commit 2f5aa35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sysconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class TestSysConfig(unittest.TestCase):
4141

4242
def setUp(self):
4343
super(TestSysConfig, self).setUp()
44+
self.maxDiff = None
4445
self.sys_path = sys.path[:]
4546
# patching os.uname
4647
if hasattr(os, 'uname'):

0 commit comments

Comments
 (0)