diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-07-04 15:46:14 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-07-04 15:46:14 -0400 |
commit | fb8550924247ea51eb233dc099ad3969b1e38b4b (patch) | |
tree | bf46c7c2b507772b840c99c26598d462de6b4dda | |
parent | 7bcf919f47d38263aa3504752acaa29f497e7dec (diff) | |
parent | ac4f550bfcae297013f73088d85451dccd96a49a (diff) | |
download | cpython-git-fb8550924247ea51eb233dc099ad3969b1e38b4b.tar.gz |
Merge: #24584: replace dead link with pointer to archive.org.
-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`. |