-
-
Notifications
You must be signed in to change notification settings - Fork 194
TST: new set of tests #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TST: added unit tests to rocketpy.Function, rocketpy.Rocket, rocketpy.Flight submodules.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #467 +/- ##
===========================================
- Coverage 70.87% 70.86% -0.01%
===========================================
Files 55 55
Lines 9223 9224 +1
===========================================
Hits 6537 6537
- Misses 2686 2687 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work here, and very nice to see contributions from you again @lucasfourier !!
I made some tiny comments but overall the code is already improving our testing suit. Well done!
Made some changes according to the comments made in the PR.
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest --runslow
) have passed locallyCurrent behavior
Tests won't pass with --runslow locally due to the following error:
"_tkinter.TclError: Can't find a usable tk.tcl in the following directories:"
which occurs non-deterministically. However, the newly implemented
tests passed locally with --runslow.
Enter text here...
New behavior
The test files test_flight, test_rocket and test_function have gained
new unit tests.
Breaking change
Additional information
Enter text here...