django-model-utils/tests
Maarten ter Huurne 9d3940a6f2 Annotate the test_choices module
This required a bit of refactoring to get the type of `STATUS` correct
for each suite.

There are two cases which I decided not to support in the type system:
- passing a list instead of a tuple when defining an option group
- `in` checks using a data type that doesn't match the choices
2024-06-13 12:02:05 +02:00
..
test_fields Annotate return type of test methods 2024-06-13 12:02:05 +02:00
test_managers Annotate return type of test methods 2024-06-13 12:02:05 +02:00
test_models Annotate return type of test methods 2024-06-13 12:02:05 +02:00
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
fields.py Annotate test helpers 2024-06-13 12:02:05 +02:00
models.py Annotate test helpers 2024-06-13 12:02:05 +02:00
settings.py Make default port a string 2024-04-05 17:15:16 +02:00
test_choices.py Annotate the test_choices module 2024-06-13 12:02:05 +02:00
test_inheritance_iterable.py Annotate return type of test methods 2024-06-13 12:02:05 +02:00
test_miscellaneous.py Annotate return type of test methods 2024-06-13 12:02:05 +02:00