setup.cfg 220 Bytes
Newer Older
1 2 3
[nosetests]
logging-clear-handlers=1
with-xunit=1
4
rednose=1
5
with-ignore-docstrings=1
6 7 8
with-id=1
exclude-dir=lms/envs
            cms/envs
9

Calen Pennington committed
10 11
# Uncomment the following lines to open pdb when a test fails
#nocapture=1
12
#pdb=1