bidict/tests
Joshua Bronson da526c4c45 Type check tests, fix inverted type hint, prepare for 0.22.1 release
* Add type hints to tests and no longer exclude them from type checking.

* Fix the return type hint of bidict.inverted() to return an Iterator
  (aliased as ItemsIter), not an Iterable.

* Rename the internal type alias for Iterable[Tuple[KT, VT]] from
  IterItems to Items, and likewise MapOrIterItems to MapOrItems.
2022-12-31 20:52:38 -05:00
..
property_tests Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
__init__.py (c) 2022-02-15 15:37:25 -05:00
conftest.py Daily CI job with --hypothesis-profile=more-examples 2022-12-29 11:12:53 -05:00
test_bidict.txt (c) 2022-02-15 15:37:25 -05:00
test_class_relationships.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
test_metadata.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
test_microbenchmarks.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
test_namedbidict.txt (c) 2022-02-15 15:37:25 -05:00
test_orderedbidict.txt (c) 2022-02-15 15:37:25 -05:00