diff options
author | Brett Cannon <bcannon@gmail.com> | 2003-05-07 22:02:17 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2003-05-07 22:02:17 (GMT) |
commit | 066f3928b2b8f4bfc01cce66d339407e23ac02a1 (patch) | |
tree | 59d40595b848f6617bbb70c8a1ea6a8847db4784 /Doc/lib/lib.tex | |
parent | aed0a4a138c488b4731369f93fe434612647cfe7 (diff) | |
download | cpython-066f3928b2b8f4bfc01cce66d339407e23ac02a1.zip cpython-066f3928b2b8f4bfc01cce66d339407e23ac02a1.tar.gz cpython-066f3928b2b8f4bfc01cce66d339407e23ac02a1.tar.bz2 |
Library documentation for the 'test' package. Still needs to be checked by Fred.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 3843d46..928371c 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -118,6 +118,7 @@ and how to embed it in other applications. \input{libpydoc} \input{libdoctest} \input{libunittest} +\input{libtest} \input{libmath} \input{libcmath} \input{librandom} |