1548d82ffd
Add a unit testing framework for python roles. Thanks to Matthew Treinish for the suggestion of how to perform discovery (and much of the code which is copied from Tempest). Change-Id: Iec95dd1026a41614def57c65c3faa0516a682a5a
15 lines
125 B
Plaintext
15 lines
125 B
Plaintext
*.pyc
|
|
*~
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
.stestr
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|