setup.cfg 359 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

10 11 12 13
# Without this flag, nose adds /lib directories to the path,
# which shadows the xblock library (among other things)
no-path-adjustment=1

Calen Pennington committed
14 15
# Uncomment the following lines to open pdb when a test fails
#nocapture=1
16
#pdb=1