mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
built new beautifulsoup function to apply
html tags to markdown file once processed with test cases.
This commit is contained in:
@@ -3606,3 +3606,9 @@ def fake_markdown_file():
|
||||
def fake_jinja_template():
|
||||
input = "{% if True %}True{% endif %}"
|
||||
return input
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def fake_soup_template():
|
||||
input = "<h1>Test</h1>"
|
||||
return input
|
||||
|
||||
Reference in New Issue
Block a user