Skip to content

Commit

Permalink
Update tests for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 6, 2017
1 parent 3754f79 commit 295fa84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def test_with_none_overload_export(self, overload="none"):

while not prev == curr:
prev = curr
curr = curr.decode('ascii', 'ignore')
code = autowig.feedback(curr, '.', asg)
if code:
exec(code, locals())
Expand Down

0 comments on commit 295fa84

Please sign in to comment.