[Checkins] SVN: z3c.testsetup/branches/new_markers/CHANGES.txt Update docs.

Uli Fouquet uli at gnufix.de
Wed Jan 7 11:01:52 EST 2009


Log message for revision 94592:
  Update docs.

Changed:
  U   z3c.testsetup/branches/new_markers/CHANGES.txt

-=-
Modified: z3c.testsetup/branches/new_markers/CHANGES.txt
===================================================================
--- z3c.testsetup/branches/new_markers/CHANGES.txt	2009-01-07 16:01:23 UTC (rev 94591)
+++ z3c.testsetup/branches/new_markers/CHANGES.txt	2009-01-07 16:01:51 UTC (rev 94592)
@@ -32,6 +32,10 @@
 
     marks a testfile as a doctest.
 
+  - `:unittest:`
+
+    marks a testfile as a regular unittest.
+
   - `:layer: dotted.name.to.layer.def`
 
     applies the given layer definition to the tests in the doctest
@@ -58,11 +62,11 @@
     applies the tearDown function denoted by the dotted name to the
     tests in the doctests file.
 
-  See the examples in `tests/othercave` and README2.txt to learn more
+  See the examples in `tests/othercave` and README.txt to learn more
   about using these new directives.
 
   The old `:test-layer:` marker is still supported but it is
-  deprecated now and will vanish with the 0.4 version of
+  deprecated now and will vanish at least with the 0.5 version of
   `z3c.testsetup`.
 
 



More information about the Checkins mailing list