diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-07-04 19:44:14 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-07-04 19:44:14 (GMT) |
commit | a1005ed1aa6a4aa749aadaac090189ffcef587c3 (patch) | |
tree | c91d88d8cbcbcd71ef25bd07c7725fc840fb93d8 /Doc/library | |
parent | 0454d48e0213d0187e63f78673b31639e3ea94ea (diff) | |
download | cpython-a1005ed1aa6a4aa749aadaac090189ffcef587c3.zip cpython-a1005ed1aa6a4aa749aadaac090189ffcef587c3.tar.gz cpython-a1005ed1aa6a4aa749aadaac090189ffcef587c3.tar.bz2 |
#24584: replace dead link with pointer to archive.org.
Diffstat (limited to 'Doc/library')
-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 bdb18bc..e7e3262 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`. |