[Zope3-checkins] CVS: Zope3/doc - UNITTEST.txt:1.5
Kapil Thangavelu
kvthan@wm.edu
Tue, 31 Dec 2002 16:49:21 -0500
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv19343
Modified Files:
UNITTEST.txt
Log Message:
added link to zope3 unittest wiki page
=== Zope3/doc/UNITTEST.txt 1.4 => 1.5 ===
--- Zope3/doc/UNITTEST.txt:1.4 Fri Aug 9 12:51:10 2002
+++ Zope3/doc/UNITTEST.txt Tue Dec 31 16:49:21 2002
@@ -178,6 +178,8 @@
- An individual test module should take no longer than 60 seconds
to complete.
+ more information available at http://dev.zope.org/Zope3/WritingUnitTests
+
Writing Unit Tests For Applications Based On Zope
Zope uses the standard Python unittest module. See the Python docs
@@ -234,3 +236,5 @@
Programming methodologies in its software development process, we've
found unit tests a way to speed development and produce
higher-quality code.
+
+