diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
commit | 525d355984e1afa342aa72fc7867a56eea937a61 (patch) | |
tree | 50a3fe6931bae07791ceab9bb74d76c1aa218296 /Doc/library/unittest.mock-examples.rst | |
parent | 9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb (diff) | |
download | cpython-525d355984e1afa342aa72fc7867a56eea937a61.zip cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.gz cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.bz2 |
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/library/unittest.mock-examples.rst')
-rw-r--r-- | Doc/library/unittest.mock-examples.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unittest.mock-examples.rst b/Doc/library/unittest.mock-examples.rst index 7963237..0a3cfb6 100644 --- a/Doc/library/unittest.mock-examples.rst +++ b/Doc/library/unittest.mock-examples.rst @@ -549,7 +549,7 @@ Calls to the date constructor are recorded in the `mock_date` attributes An alternative way of dealing with mocking dates, or other builtin classes, is discussed in `this blog entry -<http://williamjohnbert.com/2011/07/how-to-unit-testing-in-django-with-mocking-and-patching/>`_. +<http://www.williamjohnbert.com/2011/07/how-to-unit-testing-in-django-with-mocking-and-patching/>`_. Mocking a Generator Method @@ -1254,4 +1254,4 @@ As of version 1.5, the Python testing library `PyHamcrest <https://pypi.python.org/pypi/PyHamcrest>`_ provides similar functionality, that may be useful here, in the form of its equality matcher (`hamcrest.library.integration.match_equality -<http://pythonhosted.org/PyHamcrest/integration.html#hamcrest.library.integration.match_equality>`_). +<http://pythonhosted.org/PyHamcrest/integration.html#hamcrest.library.integration.match_equality.match_equality>`_). |