[Zope3-checkins] CVS: Zope3/doc - FTEST.txt:1.1.14.1 INSTALL.txt:1.40.24.1
Grégoire Weber
zope@i-con.ch
Sun, 22 Jun 2003 10:24:21 -0400
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv24874/doc
Modified Files:
Tag: cw-mail-branch
FTEST.txt INSTALL.txt
Log Message:
Synced up with HEAD
=== Zope3/doc/FTEST.txt 1.1 => 1.1.14.1 ===
--- Zope3/doc/FTEST.txt:1.1 Mon Apr 14 08:19:28 2003
+++ Zope3/doc/FTEST.txt Sun Jun 22 10:22:20 2003
@@ -9,6 +9,9 @@
well, for example you can use "python test.py -fpv" to get a nice progress
indicator. For information about all options run "python test.py -h".
+ If your Zope 3 doesn't yet have a products.zcml, create one by
+ copying products.zcml.in to products.zcml.
+
Zope Functional Testing
Functional tests live in directories called "ftests" all over the source
=== Zope3/doc/INSTALL.txt 1.40 => 1.40.24.1 ===
--- Zope3/doc/INSTALL.txt:1.40 Tue Dec 31 16:48:53 2002
+++ Zope3/doc/INSTALL.txt Sun Jun 22 10:22:20 2003
@@ -7,7 +7,7 @@
Important notes
- ZOPE 3 REQUIRES PYTHON 2.2.2!
+ ZOPE 3 REQUIRES PYTHON 2.2.3!
Quick Start
@@ -88,7 +88,7 @@
and 'test.py' will run all of the unit tests (see UNITTEST.txt
in the doc directory for more information on unit tests).
- * You should be using Python 2.2.2 or later to run anything
+ * You should be using Python 2.2.3 or later to run anything
related to Zope3.
* The python you run Zope with *must* have threads compiled in,