Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 532 Bytes

Warn as error nose plugin

Build Status Coverage Status

Treat warnings that occur during tests (but not during setup) as errors.

Installation

python setup.py install

Usage

nosetests --with-warnaserror TESTFILE