mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 17:15:23 +01:00
Move test location
This commit is contained in:
parent
5784d989f5
commit
231664e7ca
1 changed files with 2 additions and 2 deletions
|
|
@ -114,6 +114,8 @@ def ok(x):
|
|||
a(find_tests())
|
||||
from calibre.ebooks.pdf.test_html_writer import find_tests
|
||||
a(find_tests())
|
||||
from calibre.utils.xml_parse import find_tests
|
||||
a(find_tests())
|
||||
if ok('misc'):
|
||||
from calibre.ebooks.metadata.tag_mapper import find_tests
|
||||
a(find_tests())
|
||||
|
|
@ -135,8 +137,6 @@ def ok(x):
|
|||
a(find_tests())
|
||||
from calibre.utils.hyphenation.test_hyphenation import find_tests
|
||||
a(find_tests())
|
||||
from calibre.utils.xml_parse import find_tests
|
||||
a(find_tests())
|
||||
if iswindows:
|
||||
from calibre.utils.windows.wintest import find_tests
|
||||
a(find_tests())
|
||||
|
|
|
|||
Loading…
Reference in a new issue