From 679bb0ebc7fce5982284715b7e7d912b6078b4da Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 24 Feb 2020 15:10:31 +0100 Subject: [PATCH 1/2] docs: fix reference to config.cache fixture --- doc/en/cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/cache.rst b/doc/en/cache.rst index 38eab911e12..6baccd440d5 100644 --- a/doc/en/cache.rst +++ b/doc/en/cache.rst @@ -251,7 +251,7 @@ the cache and nothing will be printed: test_caching.py:20: AssertionError 1 failed in 0.12s -See the :fixture:`cache-api` for more details. +See the :fixture:`config.cache fixture ` for more details. Inspecting Cache content From f80d5d7202c583f0ddef8dd97482abd026d2a665 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 24 Feb 2020 15:22:19 +0100 Subject: [PATCH 2/2] fixup! docs: fix reference to config.cache fixture --- doc/en/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 64e5881fab2..16bf3cf7938 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -284,7 +284,7 @@ For more details, consult the full :ref:`fixtures docs `. :decorator: -.. fixture:: cache +.. fixture:: config.cache config.cache ~~~~~~~~~~~~