Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created October 5, 2011 21:49
Show Gist options
  • Save andymckay/1265844 to your computer and use it in GitHub Desktop.
Save andymckay/1265844 to your computer and use it in GitHub Desktop.
@mock.patch.object(File, 'file_path', '/tmp/foo.bar')
def test_file_path(self):
print File.objects.all()[0].file_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment