cae1c8c699
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I6f59056abec4ee0021d705bd74b907029b4e8664
22 lines
179 B
Plaintext
22 lines
179 B
Plaintext
*.py[cod]
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
cover
|
|
.tox
|
|
.testrepository
|
|
.stestr/
|
|
|
|
# Packages
|
|
.eggs
|
|
*.egg*
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|