This contains the bare minimum necessary for OSC plugins to implement their own tests, and will allow us to make necessary changes to the existing 'osc_lib.tests' fixture in the future. Change-Id: If2be86e74f8a7f731164eb6563dcce38973bc6cd Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
30 lines
347 B
Plaintext
30 lines
347 B
Plaintext
*.DS_Store
|
|
*.egg*
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
.coverage
|
|
.idea
|
|
.stestr/
|
|
.testrepository
|
|
.tox
|
|
AUTHORS
|
|
build
|
|
ChangeLog
|
|
dist
|
|
# Doc related
|
|
doc/api
|
|
doc/build
|
|
doc/source/reference/api
|
|
# Development environment files
|
|
.project
|
|
.pydevproject
|
|
cover
|
|
# Files created by releasenotes build
|
|
RELEASENOTES.rst
|
|
releasenotes/build
|
|
releasenotes/notes/reno.cache
|