Skip to content

Instantly share code, notes, and snippets.

@jsmoxon
Created September 12, 2012 23:38
Show Gist options
  • Save jsmoxon/3710793 to your computer and use it in GitHub Desktop.
Save jsmoxon/3710793 to your computer and use it in GitHub Desktop.
Teardown Method
self.assertTrue('I am some other page content' in body.text)
def tearDown(self):
print "Link to your job: https://saucelabs.com/jobs/%s" % self.driver.session_id
self.driver.quit()
if __name__ == '__main__':
unittest.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment