Exemplo n.º 1
0
 def setUp(self):
     super(ClientWithManyProductsAndAdressTest, self).setUp()
     self.emanager = EntityManager(ClientWithManyProductsAndAddress)
     self.client = BaseTestFactory.create_clients_with_many_products_and_addresses()
Exemplo n.º 2
0
 def setUp(self):
     super(ClientWithManyProductsAndAdressTest, self).setUp()
     self.emanager = EntityManager(ClientWithManyProductsAndAddress)
     self.client = BaseTestFactory.create_clients_with_many_products_and_addresses(
     )