[Checkins] SVN: manuel/trunk/src/manuel/t - fix whitespace

Benji York benji+zope.org at benjiyork.com
Wed Jul 21 08:14:45 EDT 2010


Log message for revision 114889:
  - fix whitespace
  - use manuel.testcase.SectionManuel when running the tests
  

Changed:
  U   manuel/trunk/src/manuel/table-example.txt
  U   manuel/trunk/src/manuel/tests.py

-=-
Modified: manuel/trunk/src/manuel/table-example.txt
===================================================================
--- manuel/trunk/src/manuel/table-example.txt	2010-07-21 12:08:06 UTC (rev 114888)
+++ manuel/trunk/src/manuel/table-example.txt	2010-07-21 12:14:45 UTC (rev 114889)
@@ -56,8 +56,8 @@
 Documents
 ---------
 
-Manuel plug-ins operate on instances of :class:`manuel.Document`.  As an
-example we'll construct one with these contents::
+Here is an example of a source document we want our plug-in to be able to
+understand::
 
     The "or" operator
     =================
@@ -88,7 +88,6 @@
 Parsing
 -------
 
-
 We need an object to represent the tables.
 
 .. code-block:: python

Modified: manuel/trunk/src/manuel/tests.py
===================================================================
--- manuel/trunk/src/manuel/tests.py	2010-07-21 12:08:06 UTC (rev 114888)
+++ manuel/trunk/src/manuel/tests.py	2010-07-21 12:14:45 UTC (rev 114889)
@@ -23,6 +23,7 @@
     m += manuel.doctest.Manuel(optionflags=optionflags)
     m += manuel.codeblock.Manuel()
     m += manuel.capture.Manuel()
+    m += manuel.testcase.SectionManuel()
     # The apparently redundant "**dict()" is to make this code compatible with
     # Python 2.5 -- it would generate a SyntaxError otherwise.
     return manuel.testing.TestSuite(m, *tests, **dict(



More information about the checkins mailing list