summaryrefslogtreecommitdiff
path: root/doc/en/cache.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-05-19 18:12:59 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2017-05-19 18:12:59 -0400
commit9b48613baa9ee1ab4e1e233bfe956de03e89b23e (patch)
tree06657aaa88f632b3f689167f36d73863c0b78ac4 /doc/en/cache.rst
parent0ff7f5d0c6fe7c4cb206fa92bba8a418f1d2c50b (diff)
downloadpytest-9b48613baa9ee1ab4e1e233bfe956de03e89b23e.tar.gz
Preparing release version 3.1.0
Diffstat (limited to 'doc/en/cache.rst')
-rw-r--r--doc/en/cache.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/cache.rst b/doc/en/cache.rst
index 688b6dd04..9672562af 100644
--- a/doc/en/cache.rst
+++ b/doc/en/cache.rst
@@ -231,10 +231,10 @@ You can always peek at the content of the cache using the
rootdir: $REGENDOC_TMPDIR, inifile:
cachedir: $REGENDOC_TMPDIR/.cache
------------------------------- cache values -------------------------------
- cache/lastfailed contains:
- {'test_caching.py::test_function': True}
example/value contains:
42
+ cache/lastfailed contains:
+ {'test_caching.py::test_function': True}
======= no tests ran in 0.12 seconds ========