pytest-dev / pytest-django

A Django plugin for pytest.
https://pytest-django.readthedocs.io/
Other
1.37k stars 344 forks source link

Some more typing support for pytest-django fixtures #1094

Closed bluetech closed 10 months ago

bluetech commented 10 months ago

For users (like me) who like to type annotate their tests, this adds types in pytest_django for typing the django_capture_on_commit_callbacks, django_assert_num_queries and django_assert_max_num_queries fixtures (in addition to django_db_blocker from a previous PR).