Skip to content

ultimagz/python_colored_unittest

Repository files navigation

python_colored_unittest

Colored text result from running your test case
Modified from unittest Python 2.7.6
(src ref: http://fossies.org/dox/Python-2.7.6/dir_c61f991b169d218562edfd1ce43ccbb3.html)

HOW TO USE

Download and import package in your code:
import python_colored_unittest
or use it as a direct replacement for unittest:
import python_colored_unittest as unittest

Pass case show with green
Fail case show with red
Error case show with bold red
Error list show with red blink and cyan test case name

alt text

alt text

Don't support Django!

should try redgreenunittests by stevematney
https://github.com/stevematney/redgreenunittests

About

Colored text result from runing test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages