bidict/tests
jab 22f4e78d09
numerous fixes and improvements (#43)
- .travis.yml and setup.py tweaks
- add regression tests for -O bug and document fix
- Make OrderedBidict equality comparison order-sensitive in more cases.
- Add bidict.BidictBase.ordered class attribute.
- Replacing OrderedBidictBase._should_compare_order_sensitive()
  with OrderedBidictBase.should_compare_order_sensitive_to().
- Revert the optimizations in v0.13.0 to make FrozenOrderedBidict instances
  that have the same items in different order have different hash values.
- Remove FrozenBidictBase.
- Remove frozenbidict._USE_ITEMSVIEW_HASH and
  frozenorderedbidict._HASH_NITEMS_MAX
2017-11-17 22:35:40 -05:00
..
test_benchmark.py various code and CI improvements + dependency updates (#42) 2017-11-16 15:44:51 -05:00
test_bidict.txt squashed changes for 0.13.0 2017-01-09 10:37:31 -05:00
test_eq_and_hash.py numerous fixes and improvements (#43) 2017-11-17 22:35:40 -05:00
test_frozenbidict.txt numerous fixes and improvements (#43) 2017-11-17 22:35:40 -05:00
test_hypothesis.py numerous fixes and improvements (#43) 2017-11-17 22:35:40 -05:00
test_inverted.txt squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
test_loosebidict.txt various code and CI improvements + dependency updates (#42) 2017-11-16 15:44:51 -05:00
test_namedbidict.txt various code and CI improvements + dependency updates (#42) 2017-11-16 15:44:51 -05:00
test_orderedbidict.txt numerous fixes and improvements (#43) 2017-11-17 22:35:40 -05:00
test_pairs.txt squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
test_subclasshook.py various code and CI improvements + dependency updates (#42) 2017-11-16 15:44:51 -05:00
test_version.py various code and CI improvements + dependency updates (#42) 2017-11-16 15:44:51 -05:00