Use setup.cfg to set up default settings when running nose tests. Enable the rednose library to color test output.
4 lines
59 B
INI
4 lines
59 B
INI
[nosetests]
|
|
logging-clear-handlers=1
|
|
with-xunit=1
|
|
rednose=1 |