53c79034a6
Add oslo modules which we will need for tests implementation. Also add base class for tests, tox instruction for coverage and changes to dot files. Change-Id: Ia105f1e5e088ee91ce4b30149d4721df81d28368
17 lines
113 B
Plaintext
17 lines
113 B
Plaintext
*.py[co]
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
|
|
.tox
|
|
.venv
|
|
.idea
|
|
|
|
AUTHORS
|
|
ChangeLog
|
|
.testrepository/
|
|
cover/
|
|
.coverage
|