[Zope3-checkins] CVS: Zope3/doc - FTEST.txt:1.6

Marius Gedminas marius at pov.lt
Tue Feb 17 13:44:15 EST 2004


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv23327/doc

Modified Files:
	FTEST.txt 
Log Message:
Fixed a buglet in the test runner that caused it to run unit tests from
tests.py when it should have run functional tests from ftests.py.

Added a note to doc/FTEST.txt saying that functional tests are incompatible
with the CleanUp helper.

Fixed a typo in placelesssetup.py



=== Zope3/doc/FTEST.txt 1.5 => 1.6 ===
--- Zope3/doc/FTEST.txt:1.5	Thu Jul 24 17:41:02 2003
+++ Zope3/doc/FTEST.txt	Tue Feb 17 13:43:44 2004
@@ -73,3 +73,9 @@
 
        from transaction import get_transaction
        get_transaction().commit()
+
+   - Functional tests should not change any global registries.  In particular,
+     functional unit test cases should not inherit from
+     zope.testing.cleanup.CleanUp or any of the PlacelessSetup classes that
+     inherit from CleanUp.
+




More information about the Zope3-Checkins mailing list