copying falsifying example into @example() fails to reproduce test failure due to pprinter sorting dict keys
#3370
Labels
bug
something is clearly wrong here
Some code depends on the order of dict iteration so sorting the keys before printing makes reproducing a failing test more difficult.
Related to #2913 ?
Sample code:
Output: falsifying example report gives an input that if copied verbatim, would actually pass the test
Expected output: falsifying example should reflect the dict key order as actually passed into the test function
The text was updated successfully, but these errors were encountered: