8625 - small grammar fix (#8627)

This commit is contained in:
alshapton 2021-05-03 21:42:23 +01:00 committed by GitHub
parent 9c4da3e7b6
commit 4e048e0827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Andras Tim
Andrea Cimatoribus Andrea Cimatoribus
Andreas Motl Andreas Motl
Andreas Zeidler Andreas Zeidler
Andrew Shapton
Andrey Paramonov Andrey Paramonov
Andrzej Klajnert Andrzej Klajnert
Andrzej Ostrowski Andrzej Ostrowski

View File

@ -153,6 +153,6 @@ to do this is by loading these data in a fixture for use by your tests.
This makes use of the automatic caching mechanisms of pytest. 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 to manage this aspect of
testing, e.g. `pytest-datadir <https://pypi.org/project/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/>`__.