Commit f2cd0bbc by Calen Pennington

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
parent f252c62f
[nosetests]
logging-clear-handlers=1
with-xunit=1
rednose=1
\ No newline at end of file
rednose=1
# Uncomment the following line to open pdb when a test fails
pdb=1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment