Skip to content

Commit

Permalink
Update test_parse_directives.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 7, 2022
1 parent fa16401 commit edd1e65
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tests/test_renderers/test_parse_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,6 @@ def test_parsing(file_params):
file_params.assert_expected(outcome, rstrip_lines=True)


# @pytest.mark.parametrize(
# "klass,arguments,content",
# [(Note, "", "a"), (Note, "a", ""), (Note, "", ":class: name\n\na")],
# )
# def test_parsing(klass, arguments, content, data_regression):
# arguments, options, body_lines, content_offset = parse_directive_text(
# klass, arguments, content
# )
# data_regression.check(
# {
# "arguments": arguments,
# "options": options,
# "body": body_lines,
# "content_offset": content_offset,
# }
# )


@pytest.mark.parametrize(
"descript,klass,arguments,content", [("no content", Rubric, "", "a")]
)
Expand Down

0 comments on commit edd1e65

Please sign in to comment.