
This change migrates the testing suite from using ostestr and testr to using stester. Also cleaned up a missing space from tox.ini. Change-Id: I886401a1efce6cb617a4db7a90ec9454bbea1d71
20 lines
169 B
Plaintext
20 lines
169 B
Plaintext
env*
|
|
venv*
|
|
*.pyc
|
|
.DS_Store
|
|
*.egg
|
|
*.egg-info
|
|
.eggs/
|
|
.idea/
|
|
.tox
|
|
.stestr
|
|
build/*
|
|
cover/*
|
|
.coverage*
|
|
doc/build/*
|
|
ChangeLog
|
|
doc/source/api
|
|
.*.sw?
|
|
AUTHORS
|
|
releasenotes/build
|