glance-tempest-plugin/.gitignore
Maxim Sava 3f874ff390 Fix incorrect run command and add stestr config file.
* update tox.ini with stestr command
  * added .stestr.conf file
  * update .gitignore and test-requirements.txt

Change-Id: I5883533eb4d72fc6cc53fab591845189e15e72dc
2022-08-18 11:57:26 +00:00

60 lines
549 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.venv
.stestr
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Files created by releasenotes build
releasenotes/build