def test_woff(): from calibre.utils.fonts.woff import test test() print ('WOFF ok!')
if iswindows: test_dlls() test_plugins() test_lxml() test_ssl() test_sqlite() test_apsw() test_imaging() test_unrar() test_icu() test_woff() test_qt() test_html5lib() test_regex() test_magick() test_tokenizer() test_netifaces() test_psutil() test_podofo() if iswindows: test_wpd() test_winutil() else: test_terminal() if islinux: test_dbus() if __name__ == '__main__': test()