icecream
icecream copied to clipboard
Fix lineWrapWidth
Fix issue #60.
thank you for your PR! 🙌
before merging, can you please add a basic set of tests to tests/? that way your wonderful work
- doesnt break in the future and
- continues to be enjoyed by all!
I'm sorry I might miss something obvious but I don't manage to run the tests in your project. Can you please tell me how to do it?
run the tests with tox! if you dont have tox instlalled, install it with
pip install tox
then test icecream against every version of python with
tox -p