Add code coverage gathering
This commit is contained in:
parent
2d2b4430ff
commit
09cbab9021
4 changed files with 115 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue