コード例 #1
0
def memory(mocker):
    SimpleMemoryBackend._handlers = {}
    SimpleMemoryBackend._cache = {}
    mocker.spy(SimpleMemoryBackend, "_cache")
    return SimpleMemoryBackend()
コード例 #2
0
ファイル: test_memory.py プロジェクト: minhtule/aiocache
 def test_parse_uri_path(self):
     assert SimpleMemoryBackend.parse_uri_path("/1/2/3") == {}