nose-moduleonly

UNKNOWN


License
BSD-3-Clause
Install
pip install nose-moduleonly==0.1.1

Documentation

Module Only

This is a tiny nosetests plugin that replaces test names with their modules only. This is useful if you're trying to just get a list of discovered test modules. Use with --collect-only

Install:

pip install nose-moduleonly

Usage:

nosetests -v --module-only