We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d613a0 commit f4a84a8Copy full SHA for f4a84a8
doc/en/example/parametrize.rst
@@ -262,8 +262,8 @@ Deferring the setup of parametrized resources
262
The parametrization of test functions happens at collection
263
time. It is a good idea to setup expensive resources like DB
264
connections or subprocess only when the actual test is run.
265
-Here is a simple example how you can achieve that, first
266
-the actual test requiring a ``db`` object:
+Here is a simple example how you can achieve that. This test
+requires a ``db`` object fixture:
267
268
.. code-block:: python
269
0 commit comments