python - How can I make py.test print stack traces for test failures / errors as they happen? -


Default behavior is to wait until the entire test suite is completed before printing all the stack traces. As per the completion of each test, I can not find an option to print stack trace -s does not help.

checkout :)


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -