Exemplo n.º 1
0
 def test_unicode(self):
     from moneypot.models import Participant
     p = Participant(name="P1", email="*****@*****.**")
     self.assertEqual(p.__unicode__(), 'P1 ([email protected])')