Refactor the tests to be less ugly.

This commit is contained in:
yackob03 2013-11-07 12:54:44 -05:00
parent ff7cd2f0a5
commit 161a6284f0
4 changed files with 201 additions and 465 deletions

View file

@ -19,6 +19,9 @@ class FakeStorage(Storage):
def stream_write(self, path, fp):
pass
def remove(self, path):
pass
def exists(self, path):
return True