Code style; complete first batch of tests.
This commit is contained in:
parent
82c608038d
commit
4a8dec5eb8
@ -63,4 +63,4 @@ def test_clear_cache_activated(config_stub, tmpdir):
|
|||||||
}
|
}
|
||||||
disk_cache = cache.DiskCache(str(tmpdir))
|
disk_cache = cache.DiskCache(str(tmpdir))
|
||||||
disk_cache.clear()
|
disk_cache.clear()
|
||||||
assert(0 == disk_cache.cacheSize())
|
assert(disk_cache.cacheSize() == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user