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 Victor Engmark2
Recipients Victor Engmark2
Date 2018-08-27.02:21:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535336469.7.0.56676864532.issue34514@psf.upfronthosting.co.za>
In-reply-to
Content
According to the documentation `assertDictEqual()` "will be used by default to compare dictionaries in calls to assertEqual()." Great, since `maxDiff` applies to assertDictEqual(). However, `maxDiff` doesn't apply to `assertEqual()` when comparing dictionaries.
History
Date User Action Args
2018-08-27 02:21:09Victor Engmark2setrecipients: + Victor Engmark2
2018-08-27 02:21:09Victor Engmark2setmessageid: <1535336469.7.0.56676864532.issue34514@psf.upfronthosting.co.za>
2018-08-27 02:21:09Victor Engmark2linkissue34514 messages
2018-08-27 02:21:09Victor Engmark2create