/disable-docstring

Small nose plugin to disable docstrings

Primary LanguagePythonApache License 2.0Apache-2.0

Disable Docstrings

This 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 disabledoc

Usage:

nosetests -v --disable-docstring