File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ .. _`cache_provider` :
2
+
1
3
Cache: working with cross-testrun state
2
4
=======================================
3
5
Original file line number Diff line number Diff line change @@ -243,7 +243,6 @@ Builtin configuration file options
243
243
from ``pytest.ini ``/``tox.ini ``/``setup.cfg `` of the project if any,
244
244
or up to the file-system root.
245
245
246
-
247
246
.. confval :: filterwarnings
248
247
249
248
.. versionadded :: 3.1
@@ -262,3 +261,13 @@ Builtin configuration file options
262
261
263
262
This tells pytest to ignore deprecation warnings and turn all other warnings
264
263
into errors. For more information please refer to :ref: `warnings `.
264
+
265
+ .. confval :: cache_dir
266
+
267
+ .. versionadded :: 3.2
268
+
269
+ Sets a directory where stores content of cache plugin. Default directory is
270
+ ``.cache `` which is created in :ref: `rootdir <rootdir >`. Directory may be
271
+ relative or absolute path. If setting relative path, then directory is created
272
+ relative to :ref: `rootdir <rootdir >`. For more information about cache plugin
273
+ please refer to :ref: `cache_provider `.
You can’t perform that action at this time.
0 commit comments