Shorter pytest stack traces

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-09-25 20:17:25 +02:00
parent b2c4228bb8
commit 95f42d1631
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
[pytest]
addopts = -rxs
addopts = --tb=short -rxs