diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-07 05:42:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-07 05:42:14 (GMT) |
commit | 501d90471d9b281692eb021b0f0c71dfe4e62626 (patch) | |
tree | 452d82cd91334fed5b74a2ad2de236d399f6deb3 /Doc/lib | |
parent | b9ad2287987c570d711f043100e438b146e00351 (diff) | |
download | cpython-501d90471d9b281692eb021b0f0c71dfe4e62626.zip cpython-501d90471d9b281692eb021b0f0c71dfe4e62626.tar.gz cpython-501d90471d9b281692eb021b0f0c71dfe4e62626.tar.bz2 |
Add entry for unittest documentation.
Diffstat (limited to 'Doc/lib')
-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 e74329b..3e8cab1 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -112,6 +112,7 @@ and how to embed it in other applications. \input{libmisc} % Miscellaneous Services \input{libdoctest} +\input{libunittest} \input{libmath} \input{libcmath} \input{librandom} |