bidict/tests
jab 887e078907 squashed changes for 0.13.0
- support Python 3.6, refactor CI/test setup, increase test coverage
- refactor BidirectionalMapping, BidictBase, OrderedBidictBase,
  FrozenBidictBase, and subclasses
- move frozenorderedbidict into _frozen and looseorderedbidict into _loose
- register bidict as a virtual subclass of MutableMapping rather than
  inheriting from it directly. This makes it clearer that it does not use any
  of the concrete generic methods that MutableMapping provides.
- improve performance and flexibility of frozenbidict and
  frozenorderedbidict hashing
- docs, including new type-hierarchy.png diagram
- rm unused imap, ifilter, izip_longest from compat, add PYPY
- update to latest versions of dependencies
- restore benchmarking on travis
2017-01-09 10:37:31 -05:00
..
test_benchmark.py run benchmarks on orderedbidict as well as bidict 2016-06-29 23:50:35 -04:00
test_bidict.txt squashed changes for 0.13.0 2017-01-09 10:37:31 -05:00
test_equality.py squashed changes for 0.13.0 2017-01-09 10:37:31 -05:00
test_frozenbidict.txt squashed changes for 0.13.0 2017-01-09 10:37:31 -05:00
test_hypothesis.py squashed changes for 0.13.0 2017-01-09 10:37:31 -05:00
test_inverted.txt squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
test_loosebidict.txt squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
test_namedbidict.txt squashed changes for 0.13.0 2017-01-09 10:37:31 -05:00
test_pairs.txt squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
test_subclasshook.py squashed changes for 0.13.0 2017-01-09 10:37:31 -05:00
test_version.py squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00