Merge pull request #451 from birkenfeld/test-contributing

Add advice for test and test-doc to Contributing.md
This commit is contained in:
konstin 2019-04-18 18:30:07 +02:00 committed by GitHub
commit ff8a31a8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,8 @@ Here are some things you should check for submitting your pull request:
- If applicable, add an entry in the changelog.
- If applicable, add documentation to all new items and extend the guide.
- If applicable, add tests for all new or fixed functions
- Run `cargo test` or if you changed examples in README or the guide,
`cargo test --features test-doc` (you might have to clean out your
`target` directory if it complains about multiple matching libs)
You might want to run `tox` (`pip install tox`) locally to check compatibility with all supported python versions. If you're using linux or mac you might find the Makefile helpful for testing.