mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to change test_dictionaries in one place
This commit is contained in:
parent
2d185e8f9f
commit
87982fcc36
@ -55,10 +55,6 @@ class BuildTest(unittest.TestCase):
|
||||
from calibre.ebooks.oeb.polish.parsing import parse_html5
|
||||
parse_html5('<p>xxx')
|
||||
|
||||
def test_spell(self):
|
||||
from calibre.spell.dictionary import test_dictionaries
|
||||
test_dictionaries()
|
||||
|
||||
def test_plugins(self):
|
||||
exclusions = set()
|
||||
if is_ci:
|
||||
@ -240,6 +236,8 @@ def find_tests():
|
||||
ans.addTests(unittest.defaultTestLoader.loadTestsFromModule(dtests))
|
||||
from tinycss.tests.main import find_tests
|
||||
ans.addTests(find_tests())
|
||||
from calibre.spell.dictionary import find_tests
|
||||
ans.addTests(find_tests())
|
||||
return ans
|
||||
|
||||
|
||||
@ -247,5 +245,6 @@ def test():
|
||||
from calibre.utils.run_tests import run_cli
|
||||
run_cli(find_tests())
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
test()
|
||||
|
Loading…
x
Reference in New Issue
Block a user