Fix wording in fixtures doc.

This commit is contained in:
Jeffrey Rackauckas 2018-10-02 21:17:53 -07:00
parent 642847c079
commit c5dec6056f
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ Finally, the ``class`` scope will invoke the fixture once per test *class*.
.. note::
Pytest will only cache one instance of a fixture at a time.
This means that when using a parametrized fixture, it may need to be invoked more than once in the scope it's defined for.
This means that when using a parametrized fixture, pytest may invoke a fixture more than once in the given scope.
``package`` scope (experimental)