traceback on "(1.).should.equal(5.,2.)"
AlexanderZvyagin opened this issue · 2 comments
AlexanderZvyagin commented
Bug Report (maybe...)
sure 1.4.6 + python 3.6.2 on Arch-Linux
import sure
(1.).should.equal(5.,4.) # ok, the result is True
(1.).should.equal(5.,3.) # traceback printout with: IndexError: tuple index out of range
timofurrer commented
Thanks for the report ✋ . I'll have a look at it!
timofurrer commented
I've fixed this bug and pushed the release v1.4.7 containing that fix!
Thanks for the report 🎉