Skip to content

Commit

Permalink
Minor doc fix: make test -> make pytest
Browse files Browse the repository at this point in the history
The test target changed with the new testing framework.
  • Loading branch information
jagerman committed Aug 28, 2016
1 parent 8c41974 commit 79583b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ adhere to the following rules to make the process as smooth as possible:
* Make a new branch for every feature you're working on.
* Make small and clean pull requests that are easy to review but make sure they
do add value by themselves.
* Add tests for any new functionality and run the test suite (``make test``) to
ensure that no existing features break.
* Add tests for any new functionality and run the test suite (``make pytest``)
to ensure that no existing features break.
* This project has a strong focus on providing general solutions using a
minimal amount of code, thus small pull requests are greatly preferred.

Expand Down

0 comments on commit 79583b5

Please sign in to comment.