7 lines
129 B
Python
7 lines
129 B
Python
|
from habitmove.loopdata import Habit
|
||
|
|
||
|
|
||
|
def test_uuid_sets_automatically():
|
||
|
sut = Habit(name="testhabit")
|
||
|
assert sut.uuid
|