/
This commit is contained in:
parent
8ffd023640
commit
97192b2a3c
@ -31,6 +31,7 @@ class TestCoworkingCoworker(TransactionCase):
|
||||
self.assertIn('equal of inferior to', unicode(err.exception))
|
||||
|
||||
def test_full_address(self):
|
||||
"""Test full address"""
|
||||
self.homer.write({'street': False, 'zip': False, 'city': False})
|
||||
self.assertEqual(self.homer.full_contact_adress, u'')
|
||||
|
||||
@ -49,4 +50,6 @@ class TestCoworkingCoworker(TransactionCase):
|
||||
|
||||
def test_manage_coworker_type(self):
|
||||
""" Test that non-coworker have not coworker_type fixed """
|
||||
|
||||
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user