dsc / bunch

A Bunch is a Python dictionary that provides attribute-style access (a la JavaScript objects).
http://github.com/dsc/bunch
MIT License
482 stars 177 forks source link

Fix tests comparing with (unsorted) dictionaries #43

Closed olivecoder closed 1 month ago

olivecoder commented 6 years ago

Change tests comparing results with dictionaries as suggested by the doctests documentation: https://docs.python.org/3.5/library/doctest.html#warnings