Metadata-Version: 1.1
Name: fixture
Version: 1.5.11
Summary: fixture is a package for loading and referencing test data
Home-page: http://farmdev.com/projects/fixture/
Author: Kumar McMillan
Author-email: kumar.mcmillan@gmail.com
License: GNU Lesser General Public License (LGPL)
Description-Content-Type: UNKNOWN
Description: 
        It provides several utilities for achieving a *fixed state* when testing
        Python programs.  Specifically, these utilities setup / teardown databases and
        work with temporary file systems.
        
        You may want to start by reading the `End User Documentation`_.
        
        .. _End User Documentation: http://farmdev.com/projects/fixture/docs/
        
Keywords: test testing tools unittest fixtures setup teardown database stubs IO tempfile
Platform: UNKNOWN
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
