From: Fred Drake Date: Thu, 10 Oct 2002 16:16:25 +0000 (+0000) Subject: Document when unittest was added to Python. X-Git-Tag: v2.3c1~3825 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5430f4e9c8c05121ed5f6e5c0e3f20df3f64f6c1;p=python Document when unittest was added to Python. --- diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 980d706e59..1cd2857136 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.