diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-04 22:53:45 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-04 22:53:45 -0500 |
commit | 191a8f0a342f5f6c9fc6f1572a33e389d3f682b2 (patch) | |
tree | 8cbc6c0a9c77e9717a83935d302c3f7cef420d5f /Doc/library/unittest.rst | |
parent | d34c246baf7bdfb2d5dacf04b7d5fae76a20ed2c (diff) | |
parent | ac2ef65c320606e30132ca58bbd6b5d6861ce644 (diff) | |
download | cpython-git-191a8f0a342f5f6c9fc6f1572a33e389d3f682b2.tar.gz |
merge heads
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 70f99a0772..cfce0199c5 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -47,7 +47,7 @@ test runner Module :mod:`doctest` Another test-support module with a very different flavor. - `Simple Smalltalk Testing: With Patterns <http://www.XProgramming.com/testfram.htm>`_ + `Simple Smalltalk Testing: With Patterns <https://web.archive.org/web/20150315073817/http://www.xprogramming.com/testfram.htm>`_ Kent Beck's original paper on testing frameworks using the pattern shared by :mod:`unittest`. |