|
| 1 | +## Pull request checklist |
| 2 | + |
| 3 | +Please check if your PR fulfills the following requirements: |
| 4 | +- [ ] Tests for the changes have been added (for bug fixes / features) |
| 5 | +- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) |
| 6 | +- [ ] Build (`python setup.py install`) was run locally and any changes were pushed |
| 7 | +- [ ] Lint (`black rocketpy`) has passed locally and any fixes were made for failures |
| 8 | +- [ ] All tests (`pytest --runslow`) have passed locally |
| 9 | + |
| 10 | +## Pull request type |
| 11 | +<!-- Please do not submit updates to dependencies unless it fixes an issue. --> |
| 12 | +<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> |
| 13 | + |
| 14 | +Please check the type of change your PR introduces: |
| 15 | +- [ ] Bugfix |
| 16 | +- [ ] Feature |
| 17 | +- [ ] Code style update (formatting, renaming) |
| 18 | +- [ ] Refactoring (no functional changes, no api changes) |
| 19 | +- [ ] Build related changes |
| 20 | +- [ ] Documentation content changes |
| 21 | +- [ ] Other (please describe): |
| 22 | + |
| 23 | +## What is the current behavior? |
| 24 | +<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> |
| 25 | + |
| 26 | +RocketPy's code did not have any unit tests setup. |
| 27 | + |
| 28 | + |
| 29 | +## What is the new behavior? |
| 30 | +<!-- Please describe the behavior or changes that are being added by this PR. --> |
| 31 | + |
| 32 | +- |
| 33 | +- |
| 34 | + |
| 35 | +## Does this introduce a breaking change? |
| 36 | + |
| 37 | +- [ ] Yes |
| 38 | +- [ ] No |
| 39 | + |
| 40 | +<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
| 41 | + |
| 42 | + |
| 43 | +## Other information |
| 44 | + |
| 45 | +<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> |
| 46 | + |
| 47 | +- |
| 48 | +- |
0 commit comments