Switch to using stestr

According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects should migrate.

Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Idf2f91565f9205c745a7110be5bf81267bd3caf5
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short
2018-06-29 15:04:10 -04:00
parent a48a49bce6
commit 055f31365e
5 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ whitelist_externals = sh
rm
commands = find {toxinidir} -type f -name "*.py[c|o]" -delete
rm -f .testrepository/times.dbm
ostestr '{posargs}'
stestr run '{posargs}'
[testenv:fullstack]
basepython = python2.7