summaryrefslogtreecommitdiff
path: root/doc/en/cache.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-03-13 18:41:20 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2017-03-13 18:41:20 -0400
commitd58780f9a6c5b5422570e51d682f38f4504b945a (patch)
tree406eda61b2a1ac90cd3c93af6a5c7da079c5e8dc /doc/en/cache.rst
parentb1ab2ca963b776fb145f71e49f2186e2b4c02618 (diff)
downloadpytest-d58780f9a6c5b5422570e51d682f38f4504b945a.tar.gz
Update regendoc
Diffstat (limited to 'doc/en/cache.rst')
-rw-r--r--doc/en/cache.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/cache.rst b/doc/en/cache.rst
index 3b4703bf5..b3b992507 100644
--- a/doc/en/cache.rst
+++ b/doc/en/cache.rst
@@ -80,9 +80,9 @@ If you then run it with ``--lf``::
$ pytest --lf
======= test session starts ========
- platform linux -- Python 3.5.2, pytest-3.0.6, py-1.4.33, pluggy-0.4.0
+ platform linux -- Python 3.5.2, pytest-3.0.7, py-1.4.32, pluggy-0.4.0
run-last-failure: rerun last 2 failures
- rootdir: $REGENDOC_TMPDIR, inifile:
+ rootdir: $REGENDOC_TMPDIR, inifile:
collected 50 items
test_50.py FF
@@ -122,9 +122,9 @@ of ``FF`` and dots)::
$ pytest --ff
======= test session starts ========
- platform linux -- Python 3.5.2, pytest-3.0.6, py-1.4.33, pluggy-0.4.0
+ platform linux -- Python 3.5.2, pytest-3.0.7, py-1.4.32, pluggy-0.4.0
run-last-failure: rerun last 2 failures first
- rootdir: $REGENDOC_TMPDIR, inifile:
+ rootdir: $REGENDOC_TMPDIR, inifile:
collected 50 items
test_50.py FF................................................
@@ -227,14 +227,14 @@ You can always peek at the content of the cache using the
$ py.test --cache-show
======= test session starts ========
- platform linux -- Python 3.5.2, pytest-3.0.6, py-1.4.33, pluggy-0.4.0
- rootdir: $REGENDOC_TMPDIR, inifile:
+ platform linux -- Python 3.5.2, pytest-3.0.7, py-1.4.32, pluggy-0.4.0
+ 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 ========