Skip to content

Commit 5748c5c

Browse files
authored
Fix default cache directory to .pytest_cache
1 parent b6a302d commit 5748c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ passed multiple times. The expected format is ``name=value``. For example::
891891
.. versionadded:: 3.2
892892

893893
Sets a directory where stores content of cache plugin. Default directory is
894-
``.cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
894+
``.pytest_cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
895895
relative or absolute path. If setting relative path, then directory is created
896896
relative to :ref:`rootdir <rootdir>`. Additionally path may contain environment
897897
variables, that will be expanded. For more information about cache plugin

0 commit comments

Comments
 (0)