Skip to content

Commit

Permalink
Merge pull request #233 from fhightower/2021-march-fix-broken-pytest-…
Browse files Browse the repository at this point in the history
…links

Fixing link to pytest assertions
  • Loading branch information
nicoddemus committed Mar 19, 2021
2 parents 9d98658 + 58d7b2e commit be33132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Note that this feature is automatically disabled with the ``--tb=native`` option
mechanism used to suppress traceback entries from ``mock`` module does not work with that option
anyway plus it generates confusing messages on Python 3.5 due to exception chaining

.. _advanced assertions: http://docs.pytest.org/en/latest/assert.html
.. _advanced assertions: http://docs.pytest.org/en/stable/assert.html


Use standalone "mock" package
Expand Down

0 comments on commit be33132

Please sign in to comment.