[Checkins] SVN: z3c.testsetup/trunk/src/z3c/testsetup/README.txt Update tests.

Uli Fouquet uli at gnufix.de
Tue Aug 25 08:29:20 EDT 2009


Log message for revision 103202:
  Update tests.
  

Changed:
  U   z3c.testsetup/trunk/src/z3c/testsetup/README.txt

-=-
Modified: z3c.testsetup/trunk/src/z3c/testsetup/README.txt
===================================================================
--- z3c.testsetup/trunk/src/z3c/testsetup/README.txt	2009-08-25 12:28:25 UTC (rev 103201)
+++ z3c.testsetup/trunk/src/z3c/testsetup/README.txt	2009-08-25 12:29:20 UTC (rev 103202)
@@ -90,7 +90,9 @@
 
  - ``:layer: <dotted.name.of.layer.def>``
 
-   Use the given layer definition for tests in this file.
+   Use the given layer definition for tests in this file. If the layer
+   given is derived from `zope.testing.functional.ZCMLLayer`, the test
+   is registered using `zope.app.testing.functional.DocFileSuite`.
 
  - ``:zcml-layer: <ZCML_filename>``
 
@@ -155,6 +157,11 @@
       Set up z3c...DefaultZCMLLayer [...ftesting2.zcml] in N.NNN seconds.
       Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
       Tear down z3c...DefaultZCMLLayer [...ftesting2.zcml] ... not supported
+    Running z3c.testsetup.tests.othercave.testing.FunctionalLayer1 tests:
+      Running in a subprocess.
+      Set up z3c...tests.othercave.testing.FunctionalLayer1 in N.NNN seconds.
+      Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
+      Tear down z3c...tests.othercave.testing.FunctionalLayer1 in N.NNN seconds.
     Running z3c.testsetup.tests.othercave.testing.UnitLayer2 tests:
       Running in a subprocess.
       Set up z3c.testsetup.tests.othercave.testing.UnitLayer1 in N.NNN seconds.
@@ -173,7 +180,7 @@
         Custom tearDown for  <DocTest doctest05.txt from ... (2 examples)>
       Ran 7 tests with 0 failures and 0 errors in N.NNN seconds.
       Tear down zope.testing.testrunner.layer.UnitTests in N.NNN seconds.
-    Total: 12 tests, 0 failures, 0 errors in N.NNN seconds.
+    Total: 13 tests, 0 failures, 0 errors in N.NNN seconds.
     False
 
 As we can see, there were regular unittests as well as functional



More information about the Checkins mailing list