début du test sur full adress
This commit is contained in:
parent
d266986445
commit
e21d5b92f4
@ -15,6 +15,9 @@ class TestCoworkingCoworker(TransactionCase):
|
||||
super(TestCoworkingCoworker, self).setUp(*args, **kwargs)
|
||||
data = {'name': 'Homer Simpson', 'is_coworker': True}
|
||||
self.homer = self.env['res.partner'].create(data)
|
||||
fulladdr = {'26 rue de la concorde', '87452', 'Lyon'}
|
||||
self.rue = self.env['res.partner'].create(fulladdr)
|
||||
|
||||
|
||||
def test_contact_date(self):
|
||||
""" Test contact date : default to today and validity """
|
||||
@ -32,6 +35,7 @@ class TestCoworkingCoworker(TransactionCase):
|
||||
|
||||
def test_full_address(self):
|
||||
""" Test full address rendering """
|
||||
full_contact_adress = fields.Char.frome_sting(self.)
|
||||
pass
|
||||
|
||||
def test_manage_coworker_type(self):
|
||||
|
Loading…
Reference in New Issue
Block a user