Skip to content

Commit 504c73a

Browse files
committed
verbose tests
1 parent c367e34 commit 504c73a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_comment_spell_check.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_basic(self):
3535
[
3636
"python",
3737
"comment_spell_check.py",
38-
"--miss",
38+
"--verbose",
3939
"--dict",
4040
"../tests/dict.txt",
4141
"--prefix",
@@ -53,7 +53,7 @@ def test_codebase(self):
5353
[
5454
"python",
5555
"comment_spell_check.py",
56-
"--miss",
56+
"--verbose",
5757
"--prefix",
5858
"myprefix",
5959
"--suffix",
@@ -91,6 +91,7 @@ def test_bibtex(self):
9191
[
9292
"python",
9393
"comment_spell_check.py",
94+
"--verbose",
9495
"--bibtex",
9596
"../tests/itk.bib",
9697
"../tests/bibtest.py",

0 commit comments

Comments
 (0)