Exemple #1
0
 def test_group_property_doesnt_update_if_already_set(self):
     """Group.group property only looks up the group if it's unset."""
     # pylint: disable=protected-access
     group_update_view = GroupUpdateView()
     group_update_view._group = 'salooooooon!'
     self.assertEqual(group_update_view.group, 'salooooooon!')
 def test_group_property_doesnt_update_if_already_set(self):
     """Group.group property only looks up the group if it's unset."""
     # pylint: disable=protected-access
     group_update_view = GroupUpdateView()
     group_update_view._group = 'salooooooon!'
     self.assertEqual(group_update_view.group, 'salooooooon!')