f7556744bb
This commit bumps the os-testr version to use 1.0.0. 1.0.0 changes the internals to use stestr instead of subprocessing testr. A bunch of incorrect imports in the tests were updated as a well, relying on relative import paths is finicky at the best of times so to make the tests work this just points to the path based on the root of the package instead. Change-Id: I2aed3f6a9adeac2b7dbe58ee12c0a1485278d56f
65 lines
574 B
Plaintext
65 lines
574 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Editor save files
|
|
*~
|
|
*.swo
|
|
*.swp
|
|
|
|
# Development databases
|
|
*.db
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
nosetests.xml
|
|
.coverage
|
|
.tox
|
|
.stestr/
|
|
.testrepository
|
|
.venv
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Local settings
|
|
etc/storyboard.conf
|
|
.vagrant
|
|
|
|
# IDE settings
|
|
.idea
|
|
*.iml
|