Correct some tests

This commit is contained in:
Valentin Samir
2015-11-20 17:38:03 +01:00
parent 7beefa537f
commit 6bdff5ac86
3 changed files with 8 additions and 5 deletions

View File

@@ -128,6 +128,9 @@ class DummySession(dict):
def set_expiry(self, int):
pass
def flush(self):
self.clear()
class DummyQuerySet(set):
pass