Code style; complete first batch of tests.

This commit is contained in:
Lamar Pavel 2015-10-21 21:38:40 +02:00
parent 82c608038d
commit 4a8dec5eb8

View File

@ -63,4 +63,4 @@ def test_clear_cache_activated(config_stub, tmpdir):
}
disk_cache = cache.DiskCache(str(tmpdir))
disk_cache.clear()
assert(0 == disk_cache.cacheSize())
assert(disk_cache.cacheSize() == 0)