While reviewing coverage locally, I noticed platformio/account/client.py sits at ~43% coverage and has no dedicated test file as far as I can see.
I'd like to add tests/account/test_client.py covering the untested parts of the file.
I'd like to open a PR if this is welcome.
While reviewing coverage locally, I noticed
platformio/account/client.pysits at ~43% coverage and has no dedicated test file as far as I can see.I'd like to add
tests/account/test_client.pycovering the untested parts of the file.I'd like to open a PR if this is welcome.