-
Kirill Smelkov authored
On py3 dict is guaranteed to be ordered by sequence of how it was inserted into, but on py2 there is no such guarantee. -> Explicitly order entries generated by tests so that their serialization is stable and matches what is expected.
3820fd0a