Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into release-5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 15, 2019
2 parents 0f11a7a + 44c10db commit 409d61b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
status:
project: true
patch: true
changes: true

comment: off
4 changes: 2 additions & 2 deletions doc/en/example/parametrize.rst
Original file line number Diff line number Diff line change
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 409d61b

Please sign in to comment.