Add simple loop Habit uuid test

This commit is contained in:
Marty Oehme 2021-12-07 08:28:15 +01:00
parent 09cbab9021
commit 8eb9b6a492
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 6 additions and 0 deletions

6
tests/test_loopdata.py Normal file
View File

@ -0,0 +1,6 @@
from habitmove.loopdata import Habit
def test_uuid_sets_automatically():
sut = Habit(name="testhabit")
assert sut.uuid