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 | |
parent | b9ad2287987c570d711f043100e438b146e00351 (diff) | |
download | cpython-501d90471d9b281692eb021b0f0c71dfe4e62626.zip cpython-501d90471d9b281692eb021b0f0c71dfe4e62626.tar.gz cpython-501d90471d9b281692eb021b0f0c71dfe4e62626.tar.bz2 |
Add entry for unittest documentation.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f2385f8..aa75a6f 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -57,6 +57,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ lib/libinspect.tex \ lib/libdifflib.tex \ lib/libdoctest.tex \ + lib/libunittest.tex \ lib/libtypes.tex \ lib/libtraceback.tex \ lib/libpickle.tex \ 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} |