Files
edx-platform/setup.cfg
Calen Pennington f2cd0bbc97 Add comment about enabling pdb in tests
Uncommenting the pdb=1 line will cause pdb to open on every test
failure, allowing immediate debugging of the failure case
2013-04-17 10:34:48 -04:00

7 lines
127 B
INI

[nosetests]
logging-clear-handlers=1
with-xunit=1
rednose=1
# Uncomment the following line to open pdb when a test fails
pdb=1