2c8cd7b651
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. This patch also moves "commands" and "setenv" from [testenv:pyNN] sections to [testenv]. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ic9c99015516c31cbda2a626f8df4ff2f8dc3d852
33 lines
339 B
Plaintext
33 lines
339 B
Plaintext
__pycache__
|
|
dist
|
|
build
|
|
.venv
|
|
tests/scenario/.vagrant
|
|
.idea
|
|
.autogenerated
|
|
.coverage
|
|
cover/
|
|
coverage.xml
|
|
*.sw?
|
|
.tox
|
|
*.egg
|
|
*.egg-info
|
|
*.py[co]
|
|
.DS_Store
|
|
*.log
|
|
.stestr/
|
|
subunit.log
|
|
.eggs
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Django files that get created during the test runs
|
|
.secret_key_store
|
|
*.lock
|
|
|
|
# Coverage data
|
|
.coverage.*
|
|
releasenotes/build
|
|
|
|
.vscode/
|