Fix default cache directory to .pytest_cache
This commit is contained in:
parent
b6a302d0a8
commit
5748c5ce8f
|
@ -891,7 +891,7 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
Sets a directory where stores content of cache plugin. Default directory is
|
Sets a directory where stores content of cache plugin. Default directory is
|
||||||
``.cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
|
``.pytest_cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
|
||||||
relative or absolute path. If setting relative path, then directory is created
|
relative or absolute path. If setting relative path, then directory is created
|
||||||
relative to :ref:`rootdir <rootdir>`. Additionally path may contain environment
|
relative to :ref:`rootdir <rootdir>`. Additionally path may contain environment
|
||||||
variables, that will be expanded. For more information about cache plugin
|
variables, that will be expanded. For more information about cache plugin
|
||||||
|
|
Loading…
Reference in New Issue