1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/b661b5912520/
Changeset:   b661b5912520
User:        nicoddemus
Date:        2014-10-10 20:43:33+00:00
Summary:     Adding "auto" to help for "--tb" option
Affected #:  1 file

diff -r b738b91f2dd19157015e2a7bcf8af404126c0998 -r 
b661b59125202291e8d01272eafd71dc7ea2d8ab _pytest/terminal.py
--- a/_pytest/terminal.py
+++ b/_pytest/terminal.py
@@ -27,7 +27,7 @@
     group._addoption('--tb', metavar="style",
                action="store", dest="tbstyle", default='auto',
                choices=['auto', 'long', 'short', 'no', 'line', 'native'],
-               help="traceback print mode (long/short/line/native/no).")
+               help="traceback print mode (auto/long/short/line/native/no).")
     group._addoption('--fulltrace', '--full-trace',
                action="store_true", default=False,
                help="don't cut any tracebacks (default is to cut).")

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to