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
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ Andras Tim
Andrea Cimatoribus
Andreas Motl
Andreas Zeidler
Andrew Shapton
Andrey Paramonov
Andrzej Klajnert
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.
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/>`__
and `pytest-datafiles <https://pypi.org/project/pytest-datafiles/>`__.