disable-docstring 0.1

disable-docstring is a nose plugin that tells unittest not to use test docstrings as test names. Instead it uses the name of the test itself.Install:pip install disabledocUsage:nosetests -v...