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 843a9e5 commit 6ec91b0Copy full SHA for 6ec91b0
docs/usage.rst
@@ -35,6 +35,10 @@ Fail tests that render templates which make use of invalid template variables.
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
+Using it in conjunction with `--setup-show` will display the number of
39
+queries executed by each fixture (when the number of queries executed by the
40
+fixture is greater than zero).
41
+
42
Running tests in parallel with pytest-xdist
43
-------------------------------------------
44
pytest-django supports running tests on multiple processes to speed up test
0 commit comments