smarie / python-pytest-harvest

Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
https://smarie.github.io/python-pytest-harvest/
BSD 3-Clause "New" or "Revised" License
61 stars 8 forks source link

Use `dict` instead of `OrderedDict` ? #39

Closed smarie closed 4 years ago

smarie commented 4 years ago

It seems that OrderedDict provides a bit more functionality in particular it checks order in equality quecks, so this would be a major breaking change. https://stackoverflow.com/a/50872567/7262247

I'd rather close this for now