From b0c0911ba30dc69581fcbc012776401c1107d9e3 Mon Sep 17 00:00:00 2001 From: Bernardo Gomes Date: Sat, 27 Oct 2018 14:31:50 -0300 Subject: [PATCH] changed address to pytest-data-dir --- doc/en/fixture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 65664c0b2..7d9af6fa8 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -153,7 +153,7 @@ This makes use of the automatic caching mechanisms of pytest. Another good approach is by adding the data files in the ``tests`` folder. There are also community plugins available to help managing this aspect of -testing, e.g. `pytest-datadir `__ +testing, e.g. `pytest-datadir `__ and `pytest-datafiles `__. .. _smtpshared: