Skip to content

Commit

Permalink
Removed some comments in test_replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
anbeemer committed Jul 17, 2024
1 parent 87ec50c commit ccb72ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/test_replacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ def uses_defaults_source():
with open('uses_replacements_default/source.md', "r", encoding="utf-8") as f:
yield f.read()

# @pytest.fixture(scope='class')
# def html_using_defaults():
# with open('uses_replacements_default/result.html', "r", encoding="utf-8") as f:
# yield f.read()

@pytest.fixture(scope='class')
def html_using_defaults(course):
Expand All @@ -74,11 +70,6 @@ def uses_custom_source():
with open('uses_replacements_custom/source.md', "r", encoding="utf-8") as f:
yield f.read()

# @pytest.fixture(scope='class')
# def html_using_custom():
# with open('uses_replacements_custom/result.html', "r", encoding="utf-8") as f:
# yield f.read()

@pytest.fixture(scope='class')
def html_using_custom(course):
a = course.get_pages(search_term = 'Test replacements with custom replacements file')[0]
Expand Down

0 comments on commit ccb72ae

Please sign in to comment.