RocketPy icon indicating copy to clipboard operation
RocketPy copied to clipboard

DOC: Adding testing guidelines for RocketPy

Open lucasfourier opened this issue 1 year ago • 0 comments

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.md has 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: image

lucasfourier avatar Jun 26 '24 22:06 lucasfourier