From 12b76b626104d68c72a06557387deeb52b819508 Mon Sep 17 00:00:00 2001 From: curiousjazz77 <10506008+curiousjazz77@users.noreply.github.com> Date: Fri, 21 Jun 2019 15:48:59 -0700 Subject: [PATCH] Update cache.rst --- doc/en/cache.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/cache.rst b/doc/en/cache.rst index 27a844910..c77b985b0 100644 --- a/doc/en/cache.rst +++ b/doc/en/cache.rst @@ -113,8 +113,8 @@ If you then run it with ``--lf``: test_50.py:6: Failed ================= 2 failed, 48 deselected in 0.12 seconds ================== -You have run only the two failing test from the last run, while 48 tests have -not been run ("deselected"). +You have run only the two failing tests from the last run, while the 48 passing +tests have not been run ("deselected"). Now, if you run with the ``--ff`` option, all tests will be run but the first previous failures will be executed first (as can be seen from the series @@ -224,7 +224,7 @@ If you run this command for the first time, you can see the print statement: running expensive computation... 1 failed in 0.12 seconds -If you run it a second time the value will be retrieved from +If you run it a second time, the value will be retrieved from the cache and nothing will be printed: .. code-block:: pytest