]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: limit ceph-disk unit tests to test dir
authorLoic Dachary <ldachary@redhat.com>
Wed, 9 Dec 2015 15:52:10 +0000 (16:52 +0100)
committerLoic Dachary <ldachary@redhat.com>
Wed, 6 Jan 2016 10:13:16 +0000 (11:13 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/python/ceph-disk/tox.ini

index 194c0fc0b1ae4cb940a4e062098631ccad1ac0e2..a89f0e306fcaa3a1525430911e09566554a3c5cb 100644 (file)
@@ -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=