d536ed248b
The os-testr 1.0.0 release had a couple of required config changes due to it's internal usage of stestr. This commit fixes those by adding a .stestr.conf (to remove a warning) sets the fixture env variables in the tox.ini instead of being hidden in .testr.conf and removing the quotes around posargs to make passing args to ostestr actually work. Also to keep the expected dev experience stestr is used directly for places where ostestr was called directly. Change-Id: I785b0dc1720328b119f0978aa573ad0b89e54c75 Closes-Bug: #1731155
79 lines
811 B
Plaintext
79 lines
811 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
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/
|
|
.testrepository
|
|
.venv
|
|
.idea
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
doc/source/api/*
|
|
doc/source/samples
|
|
doc/source/_static/*.sample
|
|
!doc/source/api/index.rst
|
|
!doc/source/api/v1.rst
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
sftp-config.json
|
|
/.idea/
|
|
/cover/
|
|
.settings/
|
|
.eclipse
|
|
|
|
cover
|
|
/demo/
|
|
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Desktop Service Store
|
|
*.DS_Store
|
|
|
|
# Autogenerated sample config file
|
|
etc/watcher/watcher.conf.sample
|