We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4562abe commit 37c5c8bCopy full SHA for 37c5c8b
docs/usage.rst
@@ -29,6 +29,12 @@ Additional command line options
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
Fail tests that render templates which make use of invalid template variables.
31
32
+
33
+``--querycount`` - show top N tests with most queries
34
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35
+Show a list of top N tests which executed most queries. Use `--querycount=0`
36
+to display a list of all tests ordered by the number of queries executed.
37
38
Running tests in parallel with pytest-xdist
39
-------------------------------------------
40
pytest-django supports running tests on multiple processes to speed up test
0 commit comments