Esempio n. 1
0
def test_local_cache_abspath():
    lc = LocalCache("/tmp")
    assert lc.abspath("a", "b-c") == "/tmp/files/a/b/c"