In Chaneg[1], os_testr switches the otestr command to use stestr under the covers. So that we get warning: ostestr.py:120: UserWarning: No .stestr.conf file found in the CWD. Please create one to to replace the .testr.conf. You can find a script to do this in the stestr git repository. So remove the .testr.conf and add .stestr.conf which was generated using a utility script as documented here[2]: [1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e [2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf Change-Id: I3733a5786ef1dbc5dc234c8736b68b1e59f2cfad
41 lines
393 B
Plaintext
41 lines
393 B
Plaintext
*.py[co]
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
pip-log.txt
|
|
.tox
|
|
*.mo
|
|
.mr.developer.cfg
|
|
.DS_Store
|
|
Thumbs.db
|
|
.venv
|
|
.idea
|
|
.stestr
|
|
out
|
|
target
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.db
|
|
.coverage
|
|
nosetests.xml
|
|
pylint-report.txt
|
|
ChangeLog
|
|
cscope.out
|
|
.testrepository
|
|
AUTHORS
|
|
cover
|
|
doc/html
|
|
doc/source/apidoc
|
|
doc/build
|
|
*.log
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|