pytest: Shorten traceback length by default
authorSimon Glass <sjg@chromium.org>
Wed, 6 Oct 2021 02:18:00 +0000 (20:18 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Oct 2021 23:45:07 +0000 (19:45 -0400)
commitb04f64aa48eeaf099fe52c28c512f956690f5eec
tree96063b582673b9459a8dc9976f5db6a3458943be
parent927e0eedfcd8f773fc89da1a750ea191aa94492c
pytest: Shorten traceback length by default

This produces a lot of code output which is not very helpful and is quite
annoying to wade through. Use the short format by default.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/develop/py_testing.rst
test/py/test.py