Enable tests in %check
This commit is contained in:
parent
42f56e318c
commit
3527320b24
3 changed files with 55 additions and 1 deletions
13
python-enchant-1.6.5-fix-docstring-test.patch
Normal file
13
python-enchant-1.6.5-fix-docstring-test.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff -up pyenchant-1.6.5/enchant/tests.py.fix-docstring-test pyenchant-1.6.5/enchant/tests.py
|
||||
--- pyenchant-1.6.5/enchant/tests.py.fix-docstring-test 2012-11-01 09:39:36.268616326 +0100
|
||||
+++ pyenchant-1.6.5/enchant/tests.py 2012-11-01 09:40:54.037488976 +0100
|
||||
@@ -414,7 +414,8 @@ class TestDocStrings(unittest.TestCase):
|
||||
"dictwithpwl","skippable","dicts","dict's","filenames",
|
||||
"trie","api","ctypes","wxspellcheckerdialog","stateful",
|
||||
"cmdlinechecker","spellchecks","callback","clunkier","iterator",
|
||||
- "ispell","cor","backends"]
|
||||
+ "ispell","cor","backends", "incant", "runtime", "subclasses",
|
||||
+ "initialise"]
|
||||
|
||||
def test_docstrings(self):
|
||||
"""Test that all our docstrings are error-free."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue