summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2015-09-25 20:17:25 +0200
committerAanand Prasad <aanand.prasad@gmail.com>2015-09-25 20:17:25 +0200
commit95f42d163137177f9c77d2550ce84eec35b141e9 (patch)
tree9e3a00df8e8513341e92417b05d3505bc2051095 /pytest.ini
parentb2c4228bb81ef30e6fce58f1a484c6d50300554a (diff)
downloaddocker-py-95f42d163137177f9c77d2550ce84eec35b141e9.tar.gz
Shorter pytest stack traces
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index d165ad1..21b47a6 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,2 @@
[pytest]
-addopts = -rxs
+addopts = --tb=short -rxs