bashate/.gitignore
Masayuki Igawa ba3850c60b
Use stestr as a test runner
This commit makes to use stestr as a test runner instead of testr. This
is aligned to the PTI[0].

[0] https://governance.openstack.org/tc/reference/pti/python.html#python-test-running

Change-Id: Iaddccfeea154cef9b711d11eaea2af30987877de
2019-06-24 16:30:27 +09:00

52 lines
448 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
.coverage
.tox
nosetests.xml
.stestr/
cover/
# 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