Skip to content

Commit

Permalink
Don't recompute repr
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jan 22, 2018
1 parent fd02242 commit bb5012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def wrapper(self, method=method, params=params):
if len(string) > 1000:
args.append('...')
else:
args.append(repr(v))
args.append(string)

mname = method.__name__
if mname.startswith("_test"):
Expand Down

0 comments on commit bb5012f

Please sign in to comment.