Skip to content

Commit

Permalink
fix: make warning when running pytest go away (#54)
Browse files Browse the repository at this point in the history
Fixes: #51
  • Loading branch information
shwoodard authored May 12, 2022
1 parent 61d3fc6 commit e7546ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_jinja_ext_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ def test_invalid_sample_no_close_brace(site):


class TestLoader(loaders.AIPLoader):
__test__ = False

def set_template_body(self, text):
self._body = textwrap.dedent(text)

Expand Down

0 comments on commit e7546ca

Please sign in to comment.