Skip to content

Commit

Permalink
Merge pull request #97 from vreuter/dev
Browse files Browse the repository at this point in the history
Quick clarification of test exec for contributions
  • Loading branch information
vreuter committed May 5, 2017
2 parents f586a86 + 6ca1d4a commit 5d7f60b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ Looper supports Python 2.7 only and has been tested only in Linux. To use looper
```bash
looper run project_config.yaml
```

# Contributing
- After adding tests in `tests` for a new feature or a bug fix, please run the test suite.
- To do so, the only additional dependencies needed beyond those for the package can be
installed with:

```pip install -r requirements/requirements-dev.txt```

- Once those are installed, the tests can be run with `pytest`. Alternatively,
`python setup.py test` can be used.

1 change: 1 addition & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mock==2.0.0
pytest==3.0.6
1 change: 0 additions & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
coveralls==1.1
mock==2.0.0
pytest-cov==2.4.0

0 comments on commit 5d7f60b

Please sign in to comment.