Skip to content

Commit

Permalink
Test if all debuginfo is there
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 29, 2017
1 parent 921eb81 commit 9eea56b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@ def test_local_extraction(self):
'l_0_baz': missing,
})
assert locals == {'foo': 13, 'bar': 99}

def test_debug_info_contains_all_debuginfo(self, fs_env):
tmpl = fs_env.get_template('loop.html')
di = tmpl.debug_info
assert len(di) == 5

0 comments on commit 9eea56b

Please sign in to comment.