Exemplo n.º 1
0
 def tearDownClass(self):
     pp_tests.tear_down(self.db)
Exemplo n.º 2
0
 def tearDownClass(self):
     pp_tests.tear_down(self.db, queue = True)
     self.connection.close()
Exemplo n.º 3
0
 def tearDown(self):
     pp_test.tear_down(self.db, self.app)
     self.connection.close()
 def tearDown(self):
     pp_tests.tear_down(self.db)
     self.connection.close()