Qix- / better-exceptions

Pretty and useful exceptions in Python, automatically.
MIT License
4.59k stars 203 forks source link

Add tests to check correctly truncated values #43

Closed Delgan closed 7 years ago

Delgan commented 7 years ago

My pull requests #41 is actually silently breaking some functionnalities of better-exceptions, like truncating variable values to a custom length by modifying the constant MAX_LENGTH. I added two tests to check that it works correctly.