We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896c8b9 commit 4468c17Copy full SHA for 4468c17
changelog/13503.improvement.rst
@@ -0,0 +1,4 @@
1
+Fixed the order of dictionary keys in assertion failure messages.
2
+Previously, dictionary diffs were shown in alphabetical order, regardless of how the keys appeared in the original dicts.
3
+Now, common keys are shown in the insertion order of the left-hand dictionary,
4
+and differing keys are shown in the insertion order of their respective dictionaries
0 commit comments