Example #1
0
 def test_is_valid_key(self, key, valid):
     store = RedisSessionStore(pretend.stub())
     assert store.is_valid_key(key) is valid