Skip to content

Commit

Permalink
Add notes on how to run tests and develop locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Dec 22, 2017
1 parent e556052 commit 7835379
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,25 @@ editable version for local development:
./venv/bin/jupyter-notebook notebooks/Example.ipynb


## Development

For local development run

make venv
./venv/bin/pip install --editable .

inside of a clone or download of the Pymagicc repository
to install dependencies and and an editable version of Pymagicc.

To run the tests run

./venv/bin/pytest tests --verbose

To get a test coverage report, run

./venv/bin/pytest --cov


## More Usage Examples

### Use an included scenario
Expand Down

0 comments on commit 7835379

Please sign in to comment.