mrj0 / disable-docstring

Small nose plugin to disable docstrings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Small nose plugin to disable docstrings

License:Apache License 2.0


Languages

Language:Python 100.0%