Exemplo n.º 1
0
 def test_user_entity_is_new(self):
     u = User()
     assert u.is_new() is True
Exemplo n.º 2
0
 def test_user_entity_is_new(self):
     u = User()
     assert u.is_new() is True