mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Update tests.
This commit is contained in:
parent
6abdd66053
commit
04101b9c0a
2 changed files with 5 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ def test_fixes_markdown_files(tmpdir, ext):
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.parametrize('arg', ('--', 'a.b', 'a/b', ''))
|
||||
@pytest.mark.parametrize('arg', ('--', 'a/b', ''))
|
||||
def test_markdown_linebreak_ext_badopt(arg):
|
||||
with pytest.raises(SystemExit) as excinfo:
|
||||
main(['--markdown-linebreak-ext', arg])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue