-
Notifications
You must be signed in to change notification settings - Fork 24
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
139b Add unit tests for plotting and Thevenin model #212
139b Add unit tests for plotting and Thevenin model #212
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 139-split-integration-unit-tests #212 +/- ##
=====================================================================
+ Coverage 81.97% 94.29% +12.32%
=====================================================================
Files 32 32
Lines 1614 1614
=====================================================================
+ Hits 1323 1522 +199
+ Misses 291 92 -199 ☔ 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.
Thanks for the fast PR @NicolaCourtier! I've added a few comments, but looks great overall. I think we can use a fixture in test_models.py
to avoid duplicating the parameterize block.
54e97f5
into
139-split-integration-unit-tests
No description provided.