Skip to content

Commit

Permalink
Merge pull request #38 from maxkoryukov/tests/log-test
Browse files Browse the repository at this point in the history
Log-helper improvements and tests
  • Loading branch information
isaacdd authored Feb 18, 2017
2 parents 549ee5f + 3fb645f commit 2216c0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1986,6 +1986,12 @@ def test_log(self):

pybars.log = original_log

def test_log_underlying_function(self):
# log implementation and test are just stubs
template = u"{{log '123'}}"
result = ''
self.assertRender(template, {}, result)

def test_overriding_property_lookup(self):
pass
# Empty upstream
Expand Down

0 comments on commit 2216c0e

Please sign in to comment.