changed address to pytest-data-dir

This commit is contained in:
Bernardo Gomes 2018-10-27 14:31:50 -03:00
parent 9ef23b686c
commit b0c0911ba3
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 There are also community plugins available to help managing this aspect of
testing, e.g. `pytest-datadir <https://github.com/gabrielcnr/pytest-datadir>`__ testing, e.g. `pytest-datadir <https://pypi.org/project/pytest-datadir/>`__
and `pytest-datafiles <https://pypi.org/project/pytest-datafiles/>`__. and `pytest-datafiles <https://pypi.org/project/pytest-datafiles/>`__.
.. _smtpshared: .. _smtpshared: