We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963c407 commit 5ecbc5cCopy full SHA for 5ecbc5c
1 file changed
tests/test_libzim_creator.py
@@ -323,6 +323,7 @@ def test_creator_mainpath(fpath, lipsum_item):
323
assert zim.has_main_entry is True
324
assert zim.main_entry.path == "mainPage"
325
assert zim.main_entry.get_item().path == main_path
326
+ del zim
327
328
fpath.unlink()
329
0 commit comments