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.
2 parents 0f11a7a + 44c10db commit 409d61bCopy full SHA for 409d61b
codecov.yml
@@ -0,0 +1,7 @@
1
+coverage:
2
+ status:
3
+ project: true
4
+ patch: true
5
+ changes: true
6
+
7
+comment: off
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