• Kirill Smelkov's avatar
    py2: *: tests: Use OrderedDict when preparing messages · 3820fd0a
    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
kpi_test.py 25.2 KB