summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-02-01 13:52:10 -0500
committerNguyen Hai <nguyentrihai93@gmail.com>2018-07-16 04:52:57 +0000
commit94ade76bc397a8067a9e14021d192fe1894f7286 (patch)
treebadd1b85465a00642caec3ff61685b06eb960566 /tox.ini
parent0c3a15618b9e629dbdecb51cfde686637d08fd55 (diff)
downloadglance_store-94ade76bc397a8067a9e14021d192fe1894f7286.tar.gz
Update tox.ini to conform to the PTI
The current Python Testing Interface specifies the use of stester, so update tox.ini to use it. Closes-bug: #1780272 Change-Id: I6b6c60486a26cfbb5793c074fe6f554c6a324846 Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini20
1 files changed, 12 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 733351c..7f3a922 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = OS_TEST_*
-commands = ostestr --slowest {posargs}
+commands = stestr run --slowest {posargs}
[testenv:docs]
basepython = python3
@@ -45,8 +45,13 @@ commands = bandit -r glance_store -x tests --skip B101,B110,B303
[testenv:cover]
basepython = python3
-setenv = VIRTUAL_ENV={envdir}
-commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).*$'
+setenv =
+ PYTHON=coverage run --source glance_store --parallel-mode
+commands =
+ stestr run {posargs}
+ coverage combine
+ coverage html -d cover
+ coverage xml -o cover/coverage.xml
[testenv:venv]
basepython = python3
@@ -56,13 +61,12 @@ commands = {posargs}
# running functional tests.
[testenv:functional-swift]
sitepackages = True
-setenv = OS_TEST_PATH=./glance_store/tests/functional/swift
-commands = ostestr --slowest --testr-args='glance_store.tests.functional.swift'
+commands =
+ stestr run --slowest --test-path=./glance_store/tests/functional/swift
[testenv:functional-filesystem]
-sitepackages = True
-setenv = OS_TEST_PATH=./glance_store/tests/functional/filesystem
-commands = ostestr --slowest --testr-args='glance_store.tests.functional.filesystem'
+commands =
+ stestr run --slowest --test-path=./glance_store/tests/functional/filesystem
[doc8]
ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt,lower-constraints.txt