append oeb.polish.tests.structure to CLI test

This commit is contained in:
un-pogaz 2024-12-12 14:08:37 +01:00
parent 048e917412
commit 3e421f2bc2

View File

@ -226,6 +226,8 @@ def find_tests(which_tests=None, exclude_tests=None):
if ok('polish'):
from calibre.ebooks.oeb.polish.tests.main import find_tests
a(find_tests())
from calibre.ebooks.oeb.polish.tests.structure import find_tests
a(find_tests())
if ok('opf'):
from calibre.ebooks.metadata.opf2 import suite
a(suite())