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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -