Add stestr to the testing dependencies

This commit is contained in:
Felipe Reyes 2022-07-21 19:10:27 -04:00
parent 8dd49c06a2
commit 845b84cb84
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ build/
.coverage
__pycache__/
*.py[cod]
.stestr

3
.stestr.conf Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
test_path=./unit_tests
top_dir=./

View File

@ -1,4 +1,5 @@
coverage
flake8
stestr
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack