RocketPy
RocketPy copied to clipboard
TST: Prometheus acceptance test with apogee criteria
Pull request type
- [x] Other (please describe): Tests
Checklist
- [x] Tests for the changes have been added (if needed)
- [x] Docs have been reviewed and added / updated
- [x] Lint (
black rocketpy/ tests/) has passed locally - [x] All tests (
pytest tests -m slow --runslow) have passed locally - [ ]
CHANGELOG.mdhas been updated (if relevant) (we don't put tests in the CHANGELOG)
New behavior
A new acceptance test, this time only the apogee is going to be asserted, due to the lack of time. However, the rocket flights up to 4km, extending our previous acceptance tests.
Breaking change
- [x] No
Additional information
None