mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
78bf4d1478
commit
f5eda364e6
@ -117,6 +117,7 @@ class AddRemoveTest(BaseTest):
|
||||
af(cache.format(1, 'FMT1') is None)
|
||||
at(cache.has_format(1, 'FMT1'))
|
||||
ap = cache.format_abspath(1, 'FMT1')
|
||||
at(os.path.exists(ap))
|
||||
cache.remove_formats({1:{'FMT1'}})
|
||||
at(cache.format(1, 'FMT1') is None)
|
||||
af(bool(cache.format_metadata(1, 'FMT1')))
|
||||
|
Loading…
x
Reference in New Issue
Block a user