-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
TST: Reorganizing testing modules into unit and integration tests #628
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #628 +/- ##
===========================================
- Coverage 66.29% 61.01% -5.28%
===========================================
Files 70 70
Lines 10334 10320 -14
===========================================
- Hits 6851 6297 -554
- Misses 3483 4023 +540 ☔ View full report in Codecov by Sentry. |
…tPy-Team/RocketPy into tst/unit-integration-tests
Tests were put into place, waiting for review. Work was mostly moving tests and classifying them. Since there were many tests, naturally there may be tests in the wrong place. |
The documentaion tests are more similar to the unit tests than integration
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCHANGELOG.md
has been updated (if relevant)Current behavior
The tests were not fully organized.
New behavior
Now the tests are into place, divided into unit and integration tests accordingly.
Breaking change
Additional information
Fast unit tests around here!