Go to file
Josh 096e70d921 Add Travis testing (#20)
* add .travis

* don't add TERM as test case (duh)

* update tests (TERM -> xterm)

* remove support for 2.6

* don't test on 3.3 (has weird ANSI bug)

* add travis badge
2017-03-24 01:56:12 -07:00
better_exceptions add special case to remove runcode() calls 2017-03-24 01:18:39 -07:00
test Add Travis testing (#20) 2017-03-24 01:56:12 -07:00
.editorconfig initial commit 2017-03-12 04:22:31 -07:00
.gitignore ignore manifest files 2017-03-12 04:39:16 -07:00
.travis.yml Add Travis testing (#20) 2017-03-24 01:56:12 -07:00
LICENSE.txt initial commit 2017-03-12 04:22:31 -07:00
README.md Add Travis testing (#20) 2017-03-24 01:56:12 -07:00
screenshot.png initial commit 2017-03-12 04:22:31 -07:00
setup.cfg initial commit 2017-03-12 04:22:31 -07:00
setup.py 0.1.5 2017-03-23 11:43:35 -07:00
test_all.sh Add Travis testing (#20) 2017-03-24 01:56:12 -07:00

better-exceptions Travis

Pretty and more helpful exceptions in Python, automatically.

Example screenshot of exceptions

Usage

Install better_exceptions via pip:

$ pip install better_exceptions

And import it somewhere:

import better_exceptions

That's it!

Advanced Usage

If you want to allow the entirety of values to be outputted instead of being truncated to a certain amount of characters:

better_exceptions.MAX_LENGTH = None

See Also

License

Copyright © 2017, Josh Junon. Licensed under the MIT license.