Skip to content

Commit 76b8e32

Browse files
committed
Added docs for cache_dirname ini option
1 parent 36a7f41 commit 76b8e32

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/en/cache.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _`cache_provider`:
2+
13
Cache: working with cross-testrun state
24
=======================================
35

doc/en/customize.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,11 @@ Builtin configuration file options
262262
263263
This tells pytest to ignore deprecation warnings and turn all other warnings
264264
into errors. For more information please refer to :ref:`warnings`.
265+
266+
.. confval:: cache_dirname
267+
268+
.. versionadded:: 3.2
269+
270+
Sets a directory name where stores content of cache plugin. The directory is
271+
created in rootdir. Default name is ``.cache``. For more information about
272+
cache please refer to :ref:`cache_provider`.

0 commit comments

Comments
 (0)