7d3192cdee
Replace .testr.conf by .stestr.conf for migration and update .gitignore, tox.ini and test-requirements.txt files accordingly Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com> Change-Id: I0948bd22e257285c77fb61564684ab31080ecf54
27 lines
214 B
Plaintext
27 lines
214 B
Plaintext
*.log
|
|
subunit.log
|
|
.autogenerated
|
|
*.py[co]
|
|
|
|
# Packages
|
|
dist/
|
|
*.egg
|
|
*.egg-info
|
|
.DS_Store
|
|
build
|
|
|
|
# Unit test
|
|
.coverage
|
|
cover/
|
|
coverage.xml
|
|
.stestr
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
|
|
# Sphinx
|
|
doc/source/api/
|
|
|
|
# Editors
|
|
*.swp
|