We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a7279 commit 14aac9cCopy full SHA for 14aac9c
CHANGELOG.rst
@@ -8,6 +8,17 @@
8
9
.. towncrier release notes start
10
11
+
12
+Pytest 3.2.0 (unreleased)
13
+=========================
14
15
+- New ``cache_dir`` ini option: sets a directory where stores content of cache plugin.
16
+ Default directory is ``.cache`` which is created in :ref:`rootdir <rootdir>`.
17
+ Directory may be relative or absolute path. If setting relative path, then directory
18
+ is created relative to :ref:`rootdir <rootdir>`. Additionally path may contain environment
19
+ variables, that will be expanded.
20
21
22
Pytest 3.1.2 (2017-06-08)
23
=========================
24
0 commit comments