* Jason King <[email protected]> [2016-01-19 23:37:07 +1100]: > Is it possible to have pytest print out the name of the test that its about > to do , with the result , instead of ".....E.xsss..." etc? > That would make weird occurrences/errors easier to find in future.
Invoke it with -v/--verbose. Florian -- http://www.the-compiler.org | [email protected] (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/
signature.asc
Description: Digital signature
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
