Metadata-Version: 1.0
Name: manuel
Version: 1.0.0
Summary: Manuel lets you mix and match traditional doctests with custom test syntax.
Home-page: http://pypi.python.org/pypi/manuel
Author: Benji York
Author-email: benji@benjiyork.com
License: ZPL
Description: Documentation, a full list of included plug-ins, and examples are available at
        http://packages.python.org/manuel/.
        
        
        CHANGES
        =======
        
        1.0.0b2 (2009-07-10)
        --------------------
        
        - add the ability to identify and run subsets of documents (using the -t switch
        of zope.testing's testrunner for example)
        
        
        1.0.0b1 (2009-06-24)
        --------------------
        
        - major docs improvements
        - added several new plug-ins
        
        
        1.0.0a8 (2009-05-01)
        --------------------
        
        - add a larger example of using Manuel (table-example.txt)
        - make the test suite factory function try harder to find the calling
        module
        - fix a bug in the order regions are evaluated
        - add a Manuel object that can evaluate Python code in
        ".. code-block:: python" regions of a reST document
        
        1.0.0a4 (2009-05-01)
        --------------------
        
        - make the global state ("globs") shared between all evaluators, not just
        doctest
        
        
        1.0.0a3 (2009-05-01)
        --------------------
        
        - make zope.testing's testrunner recognized the enhanced, doctest-style
        errors generated by Manuel
        - rework the evaluaters to work region-by-region instead of on the
        entire document
        - switch to using regular Python classes for Manuel objects instead of
        previous prototype-y style
        
        
        1.0.0a2 (2008-10-17)
        --------------------
        
        - first release
        
Platform: UNKNOWN
