We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efabcc commit 358e0b3Copy full SHA for 358e0b3
1 file changed
tests/test_comment_spell_check.py
@@ -97,18 +97,18 @@ def test_bibtex(self):
97
self.assertEqual(runresult.returncode, 0, runresult.stdout)
98
99
def test_url(self):
100
- """URL test"""
101
- runresult = subprocess.run(
+ """URL test"""
+ runresult = subprocess.run(
102
[
103
"comment_spell_check",
104
"--dict",
105
"https://raw.githubusercontent.com/SimpleITK/SimpleITK/refs/heads/master/.github/workflows/additional_dictionary.txt",
106
"../tests/urltest.py",
107
-
108
],
109
cwd="comment_spell_check",
110
stdout=subprocess.PIPE,
111
)
112
+
113
if __name__ == "__main__":
114
unittest.main()
0 commit comments