Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ 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/stable/assert.html
.. _advanced assertions: https://docs.pytest.org/en/stable/assert.html
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pytest-mock
===========

This `pytest`_ plugin provides a ``mocker`` fixture which is a thin-wrapper around the patching API
provided by the `mock package <http://pypi.python.org/pypi/mock>`_:
provided by the `mock package <https://pypi.org/project/mock>`_:

.. code-block:: python

Expand All @@ -28,7 +28,7 @@ comparing calls.
Install
=======

Install using `pip <http://pip-installer.org/>`_:
Install using `pip <https://pip.pypa.io/>`_:

.. code-block:: console

Expand Down