Skip to content

Instantly share code, notes, and snippets.

@skimbrel
Created November 29, 2012 17:53
Show Gist options
  • Save skimbrel/4170751 to your computer and use it in GitHub Desktop.
Save skimbrel/4170751 to your computer and use it in GitHub Desktop.
what the fuck
with mock.patch.object(tests.util, 'datetime', mock.Mock(wraps=datetime)) as mock_datetime:
mock_datetime.utcnow.side_effect = mock_now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment