Skip to content

Commit a106cc2

Browse files
Merge branch 'fix-output-order-dictionary-keys' of https://github.com/ritvi-alagusankar/pytest into fix-output-order-dictionary-keys
2 parents 9574c7b + fab6fe2 commit a106cc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

changelog/13503.improvement.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +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
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

Comments
 (0)