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
- Host: GitHub
- URL: https://github.com/mahmoudimus/nose-setenv
- Owner: mahmoudimus
- License: apache-2.0
- Created: 2012-02-15T06:04:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T04:44:25.000Z (about 7 years ago)
- Last Synced: 2024-11-11T11:49:57.439Z (6 months ago)
- Language: Python
- Homepage: mahmoudimus.com
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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'}"