pytest-django-queries
pytest-django-queries copied to clipboard
Add test coverage feature
Is your feature request related to a problem? Please describe. Users might want to know what is there coverage over the queries.
Describe the solution you'd like To have a coverage rapport over all the executed code.
Describe alternatives you've considered
We could use coverage.py and only include the marked tests.