-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: add library_test.py #15
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
=====================================
Coverage 0.09% 0.09%
=====================================
Files 77 77
Lines 6561 6561
=====================================
Hits 6 6
Misses 6555 6555 ☔ View full report in Codecov by Sentry. |
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.
Just a few changes need to make it work
Thank you for this library! It gave me a great idea how to test the library properly. We could record the http network traffic using this test (and similar ones for other devices) and using the recorded network traffic i can build a mock service that can be used to run these tests against. What do you think? |
Totally agree |
* chore: add library_test.py * Apply suggestions from code review --------- Co-authored-by: Lucas Mindêllo de Andrade <lucas@mindello.com.br>
No description provided.