-
Notifications
You must be signed in to change notification settings - Fork 178
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
fix(labware-library): remove python test protocol affordances from labware-creator #13896
Conversation
…om labware-creator The utility of the python test protocol generated from the labware creator has worn-down and been replaced by other more helpful trouble shooting tools. Return the labware json file by itself instead of a zip Closes RAUT-198
looks like u gotta update a snapshot test |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## edge #13896 +/- ##
==========================================
+ Coverage 67.33% 68.02% +0.68%
==========================================
Files 2485 1617 -868
Lines 71386 54730 -16656
Branches 9030 4107 -4923
==========================================
- Hits 48069 37231 -10838
+ Misses 21173 16841 -4332
+ Partials 2144 658 -1486
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
smoke tested custom labware creator and it works! Looks like a bunch of cypress tests are failing.
Hooray! Might want to call this a |
…bware-creator Remove the python test protocol generated with custom labware output from the labware creator. There are more helpful troubleshooting tools elsewhere in the ecosystem. Return only the JSON file instead of a zip archive Closes RAUT-198, Closes RAUT-199, Closes RAUT-200, Closes RAUT-202
…bware-creator (#13896) # Overview The utility of the python test protocol generated from the labware creator has worn-down and been replaced by other more helpful trouble shooting tools. Return the labware json file by itself instead of a zip Closes [RAUT-198](https://opentrons.atlassian.net/browse/RAUT-198) Closes RAUT-199 Closes RAUT-200 Closes RAUT-202 # Risk assessment medium, large chunk of code removal [RAUT-198]: https://opentrons.atlassian.net/browse/RAUT-198?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Overview
The utility of the python test protocol generated from the labware creator has worn-down and been
replaced by other more helpful trouble shooting tools. Return the labware json file by itself
instead of a zip
Closes RAUT-198
Closes RAUT-199
Closes RAUT-200
Closes RAUT-202
Risk assessment
medium, large chunk of code removal