Add code coverage gathering

This commit is contained in:
Marty Oehme 2021-12-06 23:36:24 +01:00
parent 2d2b4430ff
commit 09cbab9021
Signed by: Marty
GPG key ID: B7538B8F50A1C800
4 changed files with 115 additions and 4 deletions

View file

@ -20,7 +20,6 @@ class Habit:
position: int = 0
uuid: str = ""
# TODO test post init uuid setting
def __post_init__(self):
if not self.uuid or self.uuid == "":
self.uuid = uuid4().hex