wyze-sdk
wyze-sdk copied to clipboard
No Unit Tests
To have better support, adoption, and contribution, it would be nice to have a set of unit tests to work against.
- Test with as many Python versions as possible with a utility such as
tox
- Enhance unit tests by using a library such as
pytest
- Mock Wyze API instead of sending needless requests to Wyze (several libraries for this as well).
@jslay88 I have a suite of tests sitting on my machine that I haven't checked in yet. I'm pretty new to python developing, so they aren't quite as thorough as I'd like, but I will check them in on a branch and you can tell me what you think.
got to start somewhere, even if they aren't perfect. contributors will pick up where they can I am sure ;)