8625 - small grammar fix (#8627)
This commit is contained in:
parent
9c4da3e7b6
commit
4e048e0827
1
AUTHORS
1
AUTHORS
|
@ -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
|
||||||
|
|
|
@ -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/>`__.
|
||||||
|
|
Loading…
Reference in New Issue