setup: Add --tb=native to pytest options

I find it much easier to read

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-08-25 13:32:59 -04:00
parent 3f59d9de84
commit c405dd2741

View File

@ -28,5 +28,6 @@ ignore = E122, E123, E126, E127, E128, E129, E221, E241, E301, E303, E305, E306,
[tool:pytest]
testpaths=tests/
norecursedirs=data
addopts=--tb=native
filterwarnings =
ignore:.*