tahnok / colmi_r02_client

A python client + documentation for the Colmi R02 smart ring
MIT License
349 stars 22 forks source link

integration test #12

Open tahnok opened 4 weeks ago

tahnok commented 4 weeks ago

Idea: add a series of tests that interact with a real ring to verify functionality (like changing python versions, or a new ring)

I think this could be a big pytest file, but it shouldn't be executed by default, you should need to invoke/run it explicitly

Things to check:

Don't need to do all of this in one PR