-
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
feature(api): Allow simulator to load multiple of a module #14628
feature(api): Allow simulator to load multiple of a module #14628
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## edge #14628 +/- ##
==========================================
- Coverage 67.75% 67.74% -0.01%
==========================================
Files 2521 2521
Lines 72207 72179 -28
Branches 9293 9293
==========================================
- Hits 48922 48899 -23
+ Misses 21064 21059 -5
Partials 2221 2221
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.
Looks great, maybe just make it sim_serial_number
just to be super clear
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.
Couple things to fix about the way the module calls work but otherwise looking pretty good!
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.
Looks good to me, nice change!
# Overview closes https://opentrons.atlassian.net/browse/RSS-497. extend simulator attached modules to allow multiples of a module. # Test Plan tested with dev server on OT2 and Flex. GET `/modules` and make sure you are able to see multiple item of the same module (`test.json` and `test-flex.json`) # Review requests Should only affect the simulator but lets make sure? Should I add more tests? # Risk assessment low. should only affect simulators.
Overview
closes https://opentrons.atlassian.net/browse/RSS-497.
extend simulator attached modules to allow multiples of a module.
Test Plan
tested with dev server on OT2 and Flex.
GET
/modules
and make sure you are able to see multiple item of the same module (test.json
andtest-flex.json
)Review requests
Should only affect the simulator but lets make sure?
Should I add more tests?
Risk assessment
low. should only affect simulators.