Skip to content

Commit

Permalink
Mention that the correct way to run tests is nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Nov 10, 2015
1 parent 07c896c commit 20ef922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Some general rules to follow:
* Create a branch for each update that you're working on. These branches
are often called "feature" or "topic" branches. Any changes that you
push to your feature branch will automatically be shown in the pull request.
* Test your code (by running `nosetests`) before creating a pull request.
* Keep your pull requests as small as possible. Large pull requests are
hard to review. Try to break up your changes into self-contained and
incremental pull requests.
Expand Down

0 comments on commit 20ef922

Please sign in to comment.