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

Uli Fouquet uli at gnufix.de
Tue Jan 6 21:59:00 EST 2009


Log message for revision 94562:
  Update docs.

Changed:
  U   z3c.testsetup/branches/new_markers/src/z3c/testsetup/README2.txt

-=-
Modified: z3c.testsetup/branches/new_markers/src/z3c/testsetup/README2.txt
===================================================================
--- z3c.testsetup/branches/new_markers/src/z3c/testsetup/README2.txt	2009-01-07 02:55:35 UTC (rev 94561)
+++ z3c.testsetup/branches/new_markers/src/z3c/testsetup/README2.txt	2009-01-07 02:59:00 UTC (rev 94562)
@@ -173,7 +173,14 @@
   |          self.number = number
   |  
 
+Here we placed the marker string ``:doctest:`` into the docstring of
+the module. Without it, the module would not have been considered a
+testfile.
 
+Note that you have to import the entities (classes, functions, etc.)
+from the very same file if you want to use them.
+
+
 Setting up a unittest layer
 ===========================
 



More information about the Checkins mailing list