ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
797 stars 46 forks source link

Don't use coloring for Jython #12

Closed PCManticore closed 9 years ago

PCManticore commented 9 years ago

colorama doesn't work on Jython, because there's no proper ctypes support for Jython. ctypes is used by colorama for some Windows API calls. The output on Jython will contain the unstripped ANSI codes, which makes it incomprehensible.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 6ca32ca on PCManticore:disable_jython_coloring into eafa124 on ionelmc:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 38.29% when pulling 6ca32caf2ce5b8a59345803e6b34dc862bfc8def on PCManticore:disable_jython_coloring into eafa124465286860ec1e264ae865389381a5fb17 on ionelmc:master.

ionelmc commented 9 years ago

Rebased in https://github.com/ionelmc/python-hunter/commit/6cf4e153e5a018d85bbf780302d5b8b34f186666