Add a test.

This commit is contained in:
Rémy HUBSCHER 2020-02-05 18:29:28 +01:00
parent 24eefeed03
commit 6abdd66053
No known key found for this signature in database
GPG key ID: A500E24B95405094

View file

@ -36,7 +36,7 @@ def test_ok_with_dos_line_endings(tmpdir):
assert ret == 0 assert ret == 0
@pytest.mark.parametrize('ext', ('md', 'Md', '.md', '*')) @pytest.mark.parametrize('ext', ('md', 'Md', '.md', '*', '.md.j2'))
def test_fixes_markdown_files(tmpdir, ext): def test_fixes_markdown_files(tmpdir, ext):
path = tmpdir.join('test.md') path = tmpdir.join('test.md')
path.write( path.write(