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 4962878 commit 1e66ed0Copy full SHA for 1e66ed0
doc/en/tmpdir.rst
@@ -192,8 +192,13 @@ You can override the default temporary directory setting like this:
192
193
pytest --basetemp=mydir
194
195
-When distributing tests on the local machine, ``pytest`` takes care to
196
-configure a basetemp directory for the sub processes such that all temporary
+.. warning::
+
197
+ The contents of ``mydir`` will be completely removed, so make sure to use a directory
198
+ for that purpose only.
199
200
+When distributing tests on the local machine using ``pytest-xdist``, care is taken to
201
+automatically configure a basetemp directory for the sub processes such that all temporary
202
data lands below a single per-test run basetemp directory.
203
204
.. _`py.path.local`: https://py.readthedocs.io/en/latest/path.html
0 commit comments