pytest-django-queries icon indicating copy to clipboard operation
pytest-django-queries copied to clipboard

Generate performance reports from your django database performance tests.

Results 9 pytest-django-queries issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Some users might want to count queries on all their tests without implementing new test cases for checks. So we...

help wanted
feature

**Is your feature request related to a problem? Please describe.** I run a standard `pre-commit` lint which checks for a trailing newline in all files. When the `.pytest-queries` file is...

enhancement

**Is your feature request related to a problem? Please describe.** We would like to be able to record a bench session to generate snapshot files to be able to compare...

enhancement

**Is your feature request related to a problem? Please describe.** We would like to be able to quickly analyze and detect issues against queries. Whether a missing index, optimize query,...

enhancement

**Is your feature request related to a problem? Please describe.** It seems like `show` is hard to read as it has too many things on it. **Describe the solution you'd...

help wanted
feature

**Is your feature request related to a problem? Please describe.** In the HTML results, we could use a row to sum the results per section. **Describe alternatives you've considered** None....

help wanted
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...

feature

**Is your feature request related to a problem? Please describe.** Users might get confused by the `left` and `right` label, because those labels might make sense for some users but...

help wanted
feature

**Describe the solution you'd like** To be able to see if a test improves or get worst in execution time, e.g. missing indexes. **Describe alternatives you've considered** There is pytest-benchmark.

help wanted
feature