Skip to content

Instantly share code, notes, and snippets.

@Ch00k
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save Ch00k/9975833 to your computer and use it in GitHub Desktop.

Select an option

Save Ch00k/9975833 to your computer and use it in GitHub Desktop.
def assertCodeAndMessage(self, code, message, response):
self.assertEqual(code, int(response[0]['status'])) and \
self.assertIn(response[1]['error']['message'], message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment