particle-iot / particle-usb

A library for accessing Particle USB devices
Apache License 2.0
5 stars 1 forks source link

feature/ch51186/get-cloud-connection-status #24

Closed busticated closed 4 years ago

busticated commented 4 years ago

prerequisite for https://app.clubhouse.io/particle/story/51186/add-particle-usb-connection-state-to-report-current-connection-state-disconnected-connected-etc

busticated commented 4 years ago

@sergeuz i didn't see an obvious way to test this - point me in the right direction?

🙏👍

sergeuz commented 4 years ago

i didn't see an obvious way to test this - point me in the right direction?

There's a bunch of integration tests, although none of them assume that the device under test has to be running a specific application, so I'm not sure. I guess it's fine for the time being if this new API will be tested indirectly in the CLI tests :man_shrugging:

busticated commented 4 years ago

There's a bunch of integration tests

i noticed those but haven't been able to get them to run. are there any docs? if not, could you add some when you get the chance?