Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created March 9, 2019 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/a63c7733829d01bb5ffc4d802d1276d1 to your computer and use it in GitHub Desktop.
Save NMZivkovic/a63c7733829d01bb5ffc4d802d1276d1 to your computer and use it in GitHub Desktop.
def test_functions(self):
m = mock.Mock()
m.get_eleven.return_value = 11
self.assertEqual(m.get_eleven(), 11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment