Migrate unit tests from testr to stestr
Change-Id: Icc61c198a2df0879bdf3cd2458ec827e2ed04d7c
This commit is contained in:
parent
c3d9d2ad6d
commit
da16f31731
@ -1,5 +1,5 @@
|
|||||||
charms.reactive
|
charms.reactive
|
||||||
flake8>=2.2.4,<=2.4.1
|
flake8>=2.2.4
|
||||||
mock
|
mock
|
||||||
os-testr>=0.4.1
|
stestr>=2.2.0
|
||||||
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|
||||||
|
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ skip_missing_interpreters = False
|
|||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
PYTHONHASHSEED=0
|
PYTHONHASHSEED=0
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
commands = ostestr {posargs}
|
commands = stestr run {posargs}
|
||||||
|
|
||||||
[testenv:py3]
|
[testenv:py3]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user