Metadata-Version: 1.1
Name: nose_env_config
Version: 0.1.5
Summary: Plugin for Nose, which provides easy and flexible interface for environment variables configuration
Home-page: https://github.com/andreyrusanov/nose-env-config
Author: Andrey Rusanov
Author-email: UNKNOWN
License: MIT
Description: nose-env-config
        ===============
        
        Plugin for configuration env variables with nose
        
        | Available options:
        | Set variables on nose run:
        
        ::
        
            --env-vars='var1=val1,var2=val2'
        
        Set file to read from:
        
        ::
        
            [env]
            var1=val1
            var2=val2
        
        and set path to it:
        
        ::
        
            --env-vars-file=/path/to/created/file
        
        If you don’t want to pass any flags you can go to ways:
        
        #. call your file ``.nose-env`` and put into directory you launch your
           tests from;
        #. set environment variable ``NOSE_ENV_FILE`` with path to your file
        
        If you configured your nosetests to read variables from files in one of
        the ways, listed above, and you want to disable this option for a while
        you can use ``--skip-env-vars-file`` flag.
        
        Good luck!
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Testing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Topic :: Software Development :: Testing
