Refactor the tests to be less ugly.
This commit is contained in:
parent
ff7cd2f0a5
commit
161a6284f0
4 changed files with 201 additions and 465 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue