コード例 #1
0
ファイル: test_cache.py プロジェクト: shyamalschandra/pyphi
def test_only_cache_purviews_if_configured():
    c = cache.PurviewCache()
    c.set(c.key('past', (0, )), ('some purview'))
    assert c.size() == 0
コード例 #2
0
def test_only_cache_purviews_if_configured():
    c = cache.PurviewCache()
    c.set(c.key(Direction.CAUSE, (0, )), ('some purview'))
    assert c.size() == 0