Sort items in join_dict, to guarantee a stable order for unit tests.
Since Python 3.7, dict.items() guarantees insertion order, but before, the order is undefined. To have reproducible output for tests, the params are now sorted lexicographically.
parent
43785685
Please register or sign in to comment