Add some tests to make sure our docker API is properly respecting auth.

This commit is contained in:
yackob03 2013-11-07 17:10:57 -05:00
parent 05ccd4e793
commit 8a738c2bf9
5 changed files with 278 additions and 15 deletions

View file

@ -23,7 +23,7 @@ class FakeStorage(Storage):
pass
def exists(self, path):
return True
return False
class FakeUserfiles(object):