Closed jcollado closed 6 years ago
In the previous PR (#30), test cases are failing in travis for python 2.7 because expected results are not in the same order as the actual results.
Using OrderedDicts should fix the issue.
Coverage increased (+0.5%) to 78.642% when pulling 7d5346b7b1e8ff62b2c40046d4222e3dd39806f0 on jcollado:use-ordered-dicts into 50dd718c461d06e3fedaa17b5af72ed6e40a75a5 on wdm0006:master.
Ah yes, that works. Thanks
In the previous PR (#30), test cases are failing in travis for python 2.7 because expected results are not in the same order as the actual results.
Using OrderedDicts should fix the issue.