From: Loic Dachary Date: Thu, 28 Jan 2016 04:07:47 +0000 (+0700) Subject: tests: pytest must not truncate data structures X-Git-Tag: v10.0.4~46^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=76606c93d2b1380608d78f44ab1cdbd9ff8140b4;p=ceph.git tests: pytest must not truncate data structures Signed-off-by: Loic Dachary --- diff --git a/src/ceph-disk/tox.ini b/src/ceph-disk/tox.ini index 4716b0e9c5e9..ef8b8d0414a2 100644 --- a/src/ceph-disk/tox.ini +++ b/src/ceph-disk/tox.ini @@ -14,8 +14,8 @@ deps = -r{toxinidir}/test-requirements.txt ../ceph-detect-init -commands = coverage run --append --source=ceph_disk {envbindir}/py.test -v tests/test_main.py - coverage run --append --source=ceph_disk {envbindir}/py.test -v tests/test_prepare.py +commands = coverage run --append --source=ceph_disk {envbindir}/py.test -vv tests/test_main.py + coverage run --append --source=ceph_disk {envbindir}/py.test -vv tests/test_prepare.py bash -x tests/ceph-disk.sh coverage report --omit=*test*,*tox* --show-missing