We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a7f41 commit 76b8e32Copy full SHA for 76b8e32
doc/en/cache.rst
@@ -1,3 +1,5 @@
1
+.. _`cache_provider`:
2
+
3
Cache: working with cross-testrun state
4
=======================================
5
doc/en/customize.rst
@@ -262,3 +262,11 @@ Builtin configuration file options
262
263
This tells pytest to ignore deprecation warnings and turn all other warnings
264
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