An open API service indexing awesome lists of open source software.

https://github.com/mahmoudimus/nose-setenv

sets env variables in nose
https://github.com/mahmoudimus/nose-setenv

Last synced: 6 months ago
JSON representation

sets env variables in nose

Awesome Lists containing this project

README

        

Development Setup
=================
1. install development dependencies
```bash
$ pip install coverage rednose
```
2. Install package
```bash
$ pip install -e .
```
3. Run tests
```bash
$ nosetests
```

Usage
=====

::

nosetests --set-env-variables="{'blah': 'foo'}"