Skip to content

Commit 14aac9c

Browse files
committed
changelog for new cache_dir ini option
1 parent 16a7279 commit 14aac9c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
99
.. towncrier release notes start
1010
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+
1122
Pytest 3.1.2 (2017-06-08)
1223
=========================
1324

0 commit comments

Comments
 (0)