mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8e08834403
commit
f5552dc27b
@ -32,11 +32,6 @@ def test_lxml():
|
|||||||
else:
|
else:
|
||||||
raise RuntimeError('lxml failed')
|
raise RuntimeError('lxml failed')
|
||||||
|
|
||||||
def test_freetype():
|
|
||||||
from calibre.utils.fonts.free_type import test
|
|
||||||
test()
|
|
||||||
print ('FreeType OK!')
|
|
||||||
|
|
||||||
def test_winutil():
|
def test_winutil():
|
||||||
from calibre.devices.scanner import win_pnp_drives
|
from calibre.devices.scanner import win_pnp_drives
|
||||||
matches = win_pnp_drives.scanner()
|
matches = win_pnp_drives.scanner()
|
||||||
@ -116,7 +111,6 @@ def test_woff():
|
|||||||
def test():
|
def test():
|
||||||
test_plugins()
|
test_plugins()
|
||||||
test_lxml()
|
test_lxml()
|
||||||
test_freetype()
|
|
||||||
test_sqlite()
|
test_sqlite()
|
||||||
test_imaging()
|
test_imaging()
|
||||||
test_unrar()
|
test_unrar()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user