How can I make py.test stack traces of the stack for test errors / errors, how do they occur?

The default behavior is to wait for the entire test suite to complete before printing out all stack traces. I can't seem to find a way to print out the stack traces as each test completes. -s

Does not help.

+3


source to share


1 answer


Checkout pytest-instafail . :)



+2


source







All Articles