From 3d843edc694a554b0069a9691b4d89f8338f23bf Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 17 Aug 2015 19:17:39 +0200 Subject: [PATCH] minor doc reference fixes --- doc/en/cache.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/en/cache.txt b/doc/en/cache.txt index 51437eb8e..5affda10f 100644 --- a/doc/en/cache.txt +++ b/doc/en/cache.txt @@ -1,6 +1,8 @@ cache: working with cross-testrun state ======================================= +.. versionadded:: 2.8 + Usage --------- @@ -241,9 +243,8 @@ in many places. Under the hood, the cache plugin uses the simple dumps/loads API of the json stdlib module -.. currentmodule:: pytest_cache +.. currentmodule:: _pytest.cacheprovider .. automethod:: Cache.get .. automethod:: Cache.set .. automethod:: Cache.makedir -