mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 16:37:13 +00:00
Merge pull request #370 from jagerman/contributing-test-target
Minor doc fix: ``make test`` -> ``make pytest``
This commit is contained in:
commit
5d1d380e0c
@ -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 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
|
* Make small and clean pull requests that are easy to review but make sure they
|
||||||
do add value by themselves.
|
do add value by themselves.
|
||||||
* Add tests for any new functionality and run the test suite (``make test``) to
|
* Add tests for any new functionality and run the test suite (``make pytest``)
|
||||||
ensure that no existing features break.
|
to ensure that no existing features break.
|
||||||
* This project has a strong focus on providing general solutions using a
|
* This project has a strong focus on providing general solutions using a
|
||||||
minimal amount of code, thus small pull requests are greatly preferred.
|
minimal amount of code, thus small pull requests are greatly preferred.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user