Skip to content

Commit

Permalink
reword a parametrize example sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mei-li committed Aug 15, 2019
1 parent 2d613a0 commit f4a84a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/example/parametrize.rst
Expand Up @@ -262,8 +262,8 @@ Deferring the setup of parametrized resources
The parametrization of test functions happens at collection
time. It is a good idea to setup expensive resources like DB
connections or subprocess only when the actual test is run.
Here is a simple example how you can achieve that, first
the actual test requiring a ``db`` object:
Here is a simple example how you can achieve that. This test
requires a ``db`` object fixture:

.. code-block:: python
Expand Down

0 comments on commit f4a84a8

Please sign in to comment.