python-zaqarclient/.gitignore
Pavlo Shchelokovskyy 32c5ad3b06 Comply with Python PTI
as described in
https://governance.openstack.org/tc/reference/pti/python.html
projects should use 'stestr' as unit tests runner.

This patch moves unit and coverage tests to use stestr as test runner
instead of nose.

Change-Id: I8508caa6ea08c5c98b67f34be7f61417df2d7c1e
2018-06-18 14:07:34 +03:00

23 lines
183 B
Plaintext

*~
*.pyc
*.dat
TAGS
*.egg-info
*.egg
build
.coverage
.tox
cover
venv
.venv
*.sublime-workspace
*.sqlite
.*.swp
.DS_Store
.testrepository
.stestr/*
versioninfo
var/*
ChangeLog
AUTHORS