Skip to content

Commit

Permalink
8625 - small grammar fix (pytest-dev#8627)
Browse files Browse the repository at this point in the history
  • Loading branch information
alshapton authored May 3, 2021
1 parent 9c4da3e commit 4e048e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Andras Tim
Andrea Cimatoribus
Andreas Motl
Andreas Zeidler
Andrew Shapton
Andrey Paramonov
Andrzej Klajnert
Andrzej Ostrowski
Expand Down
2 changes: 1 addition & 1 deletion doc/en/explanation/fixtures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/>`__.

0 comments on commit 4e048e0

Please sign in to comment.