We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c367e34 commit 504c73aCopy full SHA for 504c73a
1 file changed
tests/test_comment_spell_check.py
@@ -35,7 +35,7 @@ def test_basic(self):
35
[
36
"python",
37
"comment_spell_check.py",
38
- "--miss",
+ "--verbose",
39
"--dict",
40
"../tests/dict.txt",
41
"--prefix",
@@ -53,7 +53,7 @@ def test_codebase(self):
53
54
55
56
57
58
"myprefix",
59
"--suffix",
@@ -91,6 +91,7 @@ def test_bibtex(self):
91
92
93
94
95
"--bibtex",
96
"../tests/itk.bib",
97
"../tests/bibtest.py",
0 commit comments