Add simple loop Habit uuid test
This commit is contained in:
parent
09cbab9021
commit
8eb9b6a492
1 changed files with 6 additions and 0 deletions
6
tests/test_loopdata.py
Normal file
6
tests/test_loopdata.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from habitmove.loopdata import Habit
|
||||
|
||||
|
||||
def test_uuid_sets_automatically():
|
||||
sut = Habit(name="testhabit")
|
||||
assert sut.uuid
|
Loading…
Reference in a new issue