Create tox file and support configuration files
This supports stestr unit tests as well linting with pep8 / flake8
parent
ec55ffad
No related branches found
No related tags found
.stestr.conf
0 → 100644
test-requirements.txt
0 → 100644
# The order of packages is significant, because pip processes them in the order | |||
# of appearance. Changing the order has an impact on the overall integration | |||
# process, which may cause wedges in the gate later. | |||
coverage>=5.2.0 # Apache-2.0 | |||
doc8>=0.8.0 # Apache-2.0 | |||
hacking>=3.2.0,<3.3.0 # Apache-2.0 | |||
#mypy>=0.812 # MIT | |||
python-subunit>=1.4.0 # Apache-2.0/BSD | |||
Pygments>=2.6.0 | |||
#oslotest>=4.4.0 # Apache-2.0 | |||
#oslo.messaging>=12.2.0 # Apache-2.0 | |||
stestr>=3.0.0 # Apache-2.0 | |||
testscenarios>=0.5.0 # Apache-2.0/BSD | |||
testtools>=2.4.0 # MIT | |||
bandit>=1.6.0 # Apache-2.0 | |||
\ No newline at end of file |
tox.ini
0 → 100644
Please register or sign in to comment