]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc0ec3ecb6fcd67418f562055372f20ef128c14cf
tree96063b582673b9459a8dc9976f5db6a3458943be
parent25477ae88dce53c7a5f8921235cfec4a86797a25
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