mirror of https://github.com/docker/docker-py.git
Shorter pytest stack traces
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
b2c4228bb8
commit
95f42d1631
|
|
@ -1,2 +1,2 @@
|
|||
[pytest]
|
||||
addopts = -rxs
|
||||
addopts = --tb=short -rxs
|
||||
|
|
|
|||
Loading…
Reference in New Issue