From: Loic Dachary Date: Wed, 9 Dec 2015 15:52:10 +0000 (+0100) Subject: tests: limit ceph-disk unit tests to test dir X-Git-Tag: v10.0.3~126^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=499c80db606fe3926a8a603e03fdba6967d66003;p=ceph.git tests: limit ceph-disk unit tests to test dir Signed-off-by: Loic Dachary --- diff --git a/src/test/python/ceph-disk/tox.ini b/src/test/python/ceph-disk/tox.ini index 194c0fc0b1a..a89f0e306fc 100644 --- a/src/test/python/ceph-disk/tox.ini +++ b/src/test/python/ceph-disk/tox.ini @@ -11,7 +11,7 @@ deps= commands= python setup.py develop - py.test -vv --cov=ceph_disk.py --cov-report=term-missing + py.test -vv --cov=ceph_disk.py --cov-report=term-missing {posargs:tests} [testenv:flake8] deps=