summaryrefslogtreecommitdiff
path: root/doc/en/cache.rst
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-05-23 08:01:39 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-05-23 08:01:39 +0200
commitd9b93674c3563d62a3b8529d324c8590aaa28665 (patch)
tree33069f9a59d6c7aa8dd91049b720ce89eabe23de /doc/en/cache.rst
parentf9df7500256ad7805e7ebaa0e6c8e72c8699cbbd (diff)
downloadpytest-d9b93674c3563d62a3b8529d324c8590aaa28665.tar.gz
Make --cache-show output deterministic
This makes sure things don't jump around in the regenerated docs.
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 9672562af..688b6dd04 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 -------------------------------
- example/value contains:
- 42
cache/lastfailed contains:
{'test_caching.py::test_function': True}
+ example/value contains:
+ 42
======= no tests ran in 0.12 seconds ========