RocketPy
RocketPy copied to clipboard
DOC: Adding testing guidelines for RocketPy
Pull request type
- [ ] Code changes (bugfix, features)
- [ ] Code maintenance (refactoring, formatting, tests)
- [X] ReadMe, Docs and GitHub updates
- [ ] Other (please describe):
Checklist
- [ ] Tests for the changes have been added (if needed)
- [X] Docs have been reviewed and added / updated
- [ ] Lint (
black rocketpy/ tests/) has passed locally - [ ] All tests (
pytest tests -m slow --runslow) have passed locally - [ ]
CHANGELOG.mdhas been updated (if relevant)
Current behavior
Currently, RocketPy docs does not formally define guidelines for contributions regarding tests.
New behavior
From now on, RocketPy will have formal guidelines for developers seeking to contribute for the test suite.
Breaking change
- [ ] Yes
- [X] No
Additional information
New part of the docs: