예제 #1
0
    def tearDown(self):
        connection.execute(submission_table.delete())
        connection.execute(auth_user_table.delete().where(
            auth_user_table.c.email == '*****@*****.**'))
        self.drv.quit()

        if SAUCE_CONNECT:
            self._set_sauce_status()
예제 #2
0
 def tearDown(self):
     connection.execute(submission_table.delete())