Exemplo n.º 1
0
 def test_write_emails(self):
     tag = Tag()
     tag.emails = ["*****@*****.**"]
     eq_(["*****@*****.**"], tag['emails'])
Exemplo n.º 2
0
 def test_write_emails(self):
     tag = Tag()
     tag.emails = ["*****@*****.**"]
     eq_(["*****@*****.**"], tag['emails'])
Exemplo n.º 3
0
def test_write_emails():
    tag = Tag()
    tag.emails = ["*****@*****.**"]
    eq_(tag['emails'], ["*****@*****.**"])