Metadata-Version: 1.0
Name: tl.testing
Version: 0.1
Summary: Various utilities for writing tests.
Home-page: http://www.thomas-lotze.de/en/software/
Author: Thomas Lotze
Author-email: thomas@thomas-lotze.de
License: ZPL 2.1
Description: ===========================
        The tl.testing distribution
        ===========================
        
        Various utilities for writing tests:
        
        - functions to create sandboxes of directories, files and symbolic links from
        a readable textual description, and to dump them to the same format
        
        - a function to install mock scripts in the file system that can be found and
        called by tested code
        
        
        Contact
        =======
        
        This package is written by Thomas Lotze. Please contact the author at
        <thomas@thomas-lotze.de> to provide feedback, suggestions, or contributions.
        
        See also <http://www.thomas-lotze.de/en/software/>.
        
        
        .. Local Variables:
        .. mode: rst
        .. End:
        
Keywords: testing unittest doctest file directory tree sandbox helperls mkdir mock script
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
