metergroup / GRANOLA

Apache License 2.0
5 stars 1 forks source link

Update docstrings to be accurate and more complete #23

Closed madeline-scyphers closed 2 years ago

madeline-scyphers commented 2 years ago

Description

Update docstrings for classes funcs and methods

github-actions[bot] commented 2 years ago

:white_check_mark: Result of Pytest Coverage

---------- coverage: platform linux, python 3.8.12-final-0 ----------- Name Stmts Miss Cover
granola/breakfast_cereal.py 180 16 91%
granola/command_readers.py 262 8 97%
granola/enums.py 33 1 97%
granola/hooks/init.py 0 0 100%
granola/hooks/base_hook.py 54 1 98%
granola/hooks/hooks.py 77 3 96%
granola/main.py 69 0 100%
granola/serial_sniffer.py 92 10 89%
granola/utils.py 86 13 85%
TOTAL 853 52 94%
======================= 176 passed, 33