This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients Victor Engmark2, prudvinit, xtreak
Date 2018-08-27.07:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535356268.71.0.56676864532.issue34514@psf.upfronthosting.co.za>
In-reply-to
Content
@prudvinit 

Reference : https://docs.python.org/3.8/library/unittest.html#unittest.TestCase.maxDiff

> This attribute controls the maximum length of diffs output by assert methods that report diffs on failure. It defaults to 80*8 characters. Assert methods affected by this attribute are assertSequenceEqual() (including all the sequence comparison methods that delegate to it), assertDictEqual() and assertMultiLineEqual().

Thanks
History
Date User Action Args
2018-08-27 07:51:08xtreaksetrecipients: + xtreak, prudvinit, Victor Engmark2
2018-08-27 07:51:08xtreaksetmessageid: <1535356268.71.0.56676864532.issue34514@psf.upfronthosting.co.za>
2018-08-27 07:51:08xtreaklinkissue34514 messages
2018-08-27 07:51:08xtreakcreate