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
This commit is contained in:
Calen Pennington
2013-04-17 10:34:48 -04:00
parent f252c62f31
commit f2cd0bbc97

View File

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