nose-subheadings-plugin

Subheadings for nose --verbosity=2 output


Keywords
test, nosetests, nose, nosetest, output, console, subheading
License
BSD-3-Clause
Install
pip install nose-subheadings-plugin==0.1

Documentation

nose-subheadings-plugin

This is a nose plugin for adding package/module/class subheadings to --verbosity=2 console test results.

Installation:

easy_install nose-subheadings-plugin

or from the source:

./setup.py develop

Usage:

nosetests --verbosity=2 --with-subheadings

or:

export NOSE_WITH_SUBHEADINGS=1
nosetests --verbosity=2