We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b782f25 commit 913871eCopy full SHA for 913871e
codespell_lib/tests/test_dictionary.py
@@ -47,7 +47,7 @@
47
for d in _builtin_dictionaries
48
]
49
fname_params = pytest.mark.parametrize(
50
- "fname, in_aspell, in_dictionary", _fnames_in_aspell
+ ("fname", "in_aspell", "in_dictionary"), _fnames_in_aspell
51
)
52
53
0 commit comments