diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-10 16:16:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-10 16:16:25 (GMT) |
commit | 5430f4e9c8c05121ed5f6e5c0e3f20df3f64f6c1 (patch) | |
tree | 21d66a8162bc22c22cb8088db3e02a7dcb8e44d7 /Doc/lib | |
parent | c309ccab64e5c21a2d3d83b1c2a881f290a1a8b8 (diff) | |
download | cpython-5430f4e9c8c05121ed5f6e5c0e3f20df3f64f6c1.zip cpython-5430f4e9c8c05121ed5f6e5c0e3f20df3f64f6c1.tar.gz cpython-5430f4e9c8c05121ed5f6e5c0e3f20df3f64f6c1.tar.bz2 |
Document when unittest was added to Python.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libunittest.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 980d706..1cd2857 100644 --- a/Doc/lib/libunittest.tex +++ b/Doc/lib/libunittest.tex @@ -7,6 +7,7 @@ \sectionauthor{Steve Purcell}{stephen\textunderscore{}purcell@yahoo.com} \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} +\versionadded{2.1} The Python unit testing framework, often referred to as ``PyUnit,'' is a Python language version of JUnit, by Kent Beck and Erich Gamma. |