-
Notifications
You must be signed in to change notification settings - Fork 8
Generate fixtures #308
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
Generate fixtures #308
Conversation
|
And yes I realize the new python script if fugly and can be done better, not after diffing too much json and this late/early in the day. Ties in with plugwise/plugwise-beta@566fbb3 of plugwise/plugwise-beta#397 |
Codecov Report
@@ Coverage Diff @@
## main #308 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 2624 2629 +5
=========================================
+ Hits 2624 2629 +5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
bouwew
left a comment
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.
LGTM.
to avoid double name use
Following the
[dict,dict]->dictmove for writing fixtures during testing intestsReplace manual written
fixturesinplugwise-betaby generated ones.