mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 05:33:04 +02:00
...
This commit is contained in:
parent
78bf4d1478
commit
f5eda364e6
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ def test_remove_formats(self): # {{{
|
|||
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…
Reference in a new issue