[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/tests -
test_cvsloader.py:1.12
Fred L. Drake, Jr.
fred at zope.com
Thu May 6 23:15:57 EDT 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools/tests
In directory cvs.zope.org:/tmp/cvs-serv19378
Modified Files:
test_cvsloader.py
Log Message:
make sure samples in the documentation are tested
=== Packages/zpkgtools/zpkgtools/tests/test_cvsloader.py 1.11 => 1.12 ===
--- Packages/zpkgtools/zpkgtools/tests/test_cvsloader.py:1.11 Wed Apr 21 17:01:49 2004
+++ Packages/zpkgtools/zpkgtools/tests/test_cvsloader.py Thu May 6 23:15:56 2004
@@ -13,6 +13,7 @@
##############################################################################
"""Tests of zpkgtools.cvsloader."""
+import doctest
import os.path
import shutil
import tempfile
@@ -469,6 +470,7 @@
suite = unittest.makeSuite(UrlUtilitiesTestCase)
suite.addTest(unittest.makeSuite(CvsWorkingDirectoryTestCase))
suite.addTest(unittest.makeSuite(CvsLoaderTestCase))
+ suite.addTest(doctest.DocTestSuite("zpkgtools.cvsloader"))
return suite
if __name__ == "__main__":
More information about the Zope-CVS
mailing list