def tearDown(self): """ This should run at the end of the test class. """ delete_users_projects(self.destination_token)
def tearDown(self): """ This should run at the end of this test class """ delete_users_projects(self.token)