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 e35067c commit 29f8a25Copy full SHA for 29f8a25
tests/test_config_file.py
@@ -157,7 +157,10 @@ def test_conf_no_validate(tmp_path):
157
content = "1. ordered"
158
file_path.write_text(content)
159
160
- with mock.patch("mdformat.renderer._context.get_list_marker_type", return_value="?"):
+ with mock.patch(
161
+ "mdformat.renderer._context.get_list_marker_type",
162
+ return_value="?",
163
+ ):
164
assert run_with_clear_cache((str(file_path),)) == 1
165
assert file_path.read_text() == content
166
0 commit comments