Skip to content
Commit 91e17448 authored by Johann Rudloff's avatar Johann Rudloff
Browse files

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 e7fa4d53
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment