Example #1
0
 def test_passing_parameters(self):
     m = MyUser()
     m.tags = 'tag1 tag2'
     self.assertEquals(m.tags, 'tag1 tag2')