We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c8ce6 commit 4b3a52eCopy full SHA for 4b3a52e
tests/test_api.py
@@ -143,6 +143,6 @@ def test_mdrenderer_no_finalize(tmp_path):
143
assert finalized == unfinalized + "\n\n[gl ref]: https://gitlab.com\n"
144
145
146
-def test_ascii_whitespace_deprecation(tmp_path):
+def test_ascii_whitespace_deprecation():
147
with pytest.warns(DeprecationWarning):
148
mdformat.codepoints.ASCII_WHITESPACE
0 commit comments