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 serhiy.storchaka
Recipients mcarans, serhiy.storchaka, steven.daprano
Date 2021-09-03.06:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630650493.22.0.107358579615.issue45093@roundup.psfhosted.org>
In-reply-to
Content
For tests it can be more convenient to use

    list(d1.items()) == list(d2.items())

because it can produce better report on failure.

You can add a simple helper function if you use it multiple times in tests.
History
Date User Action Args
2021-09-03 06:28:13serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, mcarans
2021-09-03 06:28:13serhiy.storchakasetmessageid: <1630650493.22.0.107358579615.issue45093@roundup.psfhosted.org>
2021-09-03 06:28:13serhiy.storchakalinkissue45093 messages
2021-09-03 06:28:13serhiy.storchakacreate