Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created March 9, 2019 18:45
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/2014d0d29251022ed13398be73a7f380 to your computer and use it in GitHub Desktop.
Save NMZivkovic/2014d0d29251022ed13398be73a7f380 to your computer and use it in GitHub Desktop.
@mock.patch('morty.Morty')
def test_assing_morty(self, morty):
rick = Rick(111)
rick.assign(morty)
self.assertEqual(rick.morty, morty)
self.assertTrue(morty.is_assigned)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment