https://bugs.kde.org/show_bug.cgi?id=439544
--- Comment #10 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 84f964d65f3bc66277142074b9637c7f350c4c27 by Fushan Wen. Committed on 02/03/2022 at 16:21. Pushed by fusionfuture into branch 'master'. runners/spellchecker: Add autotests 1. `testDefaultDictionary`: Test the runner can return a suggestion. (spell hello) 2. `testSpecifiedDictionary`: Test the runner can return a suggestion when the language is specified. (spell en_US hello) 3. `testAutomaticDictionary`: Test the runner can return a suggestion when the term is not in the default language. (spell мама) 4. `testSuggestions`: Test the runner can return a suggestion when the term is misspelled. M +11 -2 runners/spellchecker/CMakeLists.txt A +12 -0 runners/spellchecker/autotests/CMakeLists.txt A +156 -0 runners/spellchecker/autotests/spellcheckrunnertest.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] M +2 -0 runners/spellchecker/spellcheck.h https://invent.kde.org/plasma/kdeplasma-addons/commit/84f964d65f3bc66277142074b9637c7f350c4c27 -- You are receiving this mail because: You are watching all bug changes.