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 2aadcb1 commit 69abbf4Copy full SHA for 69abbf4
docs/faq.rst
@@ -48,7 +48,7 @@ Does pytest-django work with the pytest-xdist plugin?
48
49
Yes. pytest-django supports running tests in parallel with pytest-xdist. Each
50
process created by xdist gets its own separate database that is used for the
51
-tests. This ensures that each test can run independently, regardless of wheter
+tests. This ensures that each test can run independently, regardless of whether
52
transactions are tested or not.
53
54
.. _faq-getting-help:
0 commit comments