Skip to content

Commit

Permalink
Update test_fixtures_docutils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Dec 28, 2021
1 parent 5f750cb commit 50a04f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_renderers/test_fixtures_docutils.py
Expand Up @@ -21,6 +21,7 @@
],
)
def test_docutils_roles(line, title, input, expected):
"""Test output of docutils roles."""
parser = create_md_parser(MdParserConfig(), DocutilsRenderer)
parser.options["document"] = document = make_document()
parser.render(input)
Expand All @@ -42,6 +43,7 @@ def test_docutils_roles(line, title, input, expected):
],
)
def test_docutils_directives(line, title, input, expected):
"""Test output of docutils directives."""
if title.startswith("SKIP"): # line-block directive not yet supported
pytest.skip(title)
parser = create_md_parser(MdParserConfig(), DocutilsRenderer)
Expand Down

0 comments on commit 50a04f5

Please sign in to comment.