Skip to content

Instantly share code, notes, and snippets.

@campaul
Created June 10, 2015 16:51
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 campaul/2643bd7dae2bfce23a32 to your computer and use it in GitHub Desktop.
Save campaul/2643bd7dae2bfce23a32 to your computer and use it in GitHub Desktop.
import mock
print(mock.MagickMock() == mock.ANY)
print(mock.ANY == mock.MagickMock())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment