mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-24 09:58:43 -04:00
Built py.test cases for convert_markdown_template
This commit is contained in:
@@ -3594,3 +3594,13 @@ def end_to_end_authenticated_context(browser):
|
||||
context = browser.new_context(storage_state=auth_state_path)
|
||||
|
||||
return context
|
||||
|
||||
@pytest.fixture()
|
||||
def fake_markdown_file():
|
||||
input = "#Test"
|
||||
return input
|
||||
|
||||
@pytest.fixture()
|
||||
def fake_jinja_template():
|
||||
input = "{% if True %}True{% endif %}"
|
||||
return input
|
||||
|
||||
Reference in New Issue
Block a user