FORGE-253: Add a nose plugin to squelch warnings

You must run

cd NoWarnings
python setup.py develop

This will happen automatically as part of setup-common.bash if you
happen to use that script (as the sandboxes do). Then the nowarnings
plugin becomes available in nosetests, and you can activate it by saying

nosetests --with-nowarnings

This is useful if unfixable warnings from library code are polluting the
test output.

Wolf Wolf 2010-02-17

added NoWarnings/setup.py
added NoWarnings/nowarnings.py
changed setup-common.bash
NoWarnings/setup.py Diff Switch to side-by-side view
Loading...
NoWarnings/nowarnings.py Diff Switch to side-by-side view
Loading...
setup-common.bash Diff Switch to side-by-side view
Loading...