Skip to content

Commit 409d61b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into release-5.1.0
2 parents 0f11a7a + 44c10db commit 409d61b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

codecov.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ Deferring the setup of parametrized resources
262262
The parametrization of test functions happens at collection
263263
time. It is a good idea to setup expensive resources like DB
264264
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:
265+
Here is a simple example how you can achieve that. This test
266+
requires a ``db`` object fixture:
267267

268268
.. code-block:: python
269269

0 commit comments

Comments
 (0)