nose-clean-env

Nose Clean Env restores os.environ after each test


Keywords
nose, plugins, os, environ, env, environment
License
Other
Install
pip install nose-clean-env==0.0.1

Documentation

nose-clean-env

A nose plugin for restoring the os.environ after each test.

The purpose of the plugin is to prevent a test's modifications to os.environ from affecting other tests.