Home

Awesome

Fancy-Unittest

Extension of python's built-in unittest module to colorize test output

Usage

Command-Line interface.

python -m fancyunittest test_module1 test_module2

python -m fancyunittest test_module.TestClass

python -m fancyunittest test_module.TestClass.test_method

python -m fancyunittest tests/test_test_something.py

Installation

python setup.py install

Screenshot

Example output