Metadata-Version: 1.1
Name: nose-clean-env
Version: 0.0.1
Summary: Nose Clean Env restores os.environ after each test
Home-page: http://github.com/olsoneric/nose-clean-env
Author: Eric Olson
Author-email: mail@olsoneric.com
License: UNKNOWN
Description: Nose Clean Env
        -------------------------------------
        The Nose Clean Env nose plugin restores Python's os.environ after
            each test.
        
        The purpose of the plugin is to prevent a test's modifications to
        os.environ from affecting other tests.
        
        
Keywords: nose,plugins,os.environ,os,env,environment
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
