Skip to content

NameX44/disable-docstring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Enable PyDocStrings

This is a Nose plugin that tells unittest not to truncate doc strings to one line on failure. Instead a whole doc string accross mutliple lines will be output on failure.

Usage:

nosetests --enable-pydocstring

About

Small nose plugin to disable docstrings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%