On Feb 17 2016, Nikolaus Rath <nikolaus-bth8mxji...@public.gmane.org> wrote: > If I explicitly ignore the test failure, I am able to see the full > captured output. In other words, if > > def my_test(): > check_server_response() > > becomes > > def my_test(): > try: > check_server_response() > except: > time.sleep(1) > wait
Obviously that should have been "raise", not "wait". Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« _______________________________________________ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev