habitmove/tests/test_loopdata.py

7 lines
129 B
Python
Raw Normal View History

2021-12-07 07:28:15 +00:00
from habitmove.loopdata import Habit
def test_uuid_sets_automatically():
sut = Habit(name="testhabit")
assert sut.uuid