monasca-agent/.gitignore
Tomasz Trębski 0418111eaf Extend CI for monasca-agent
Following commit does several things:

* changes nose to ostestr
* enables coverage
* adds flake8 for tests
* adds bandit

Bandit note:
Multiple asserts of bandit had to be disabled at this
point because fixing them was not obvious. Several simple
asserts like B110 [try_except_pass] were fixed with

Closes-Bug: #1628740
Change-Id: I640857349008178e8a6f565e31ca2fde26ce8da7
2017-03-30 06:33:59 +02:00

20 lines
163 B
Plaintext

.pydevproject
.project
.idea
.settings
*.pyc
agent.yaml
build
dist
artifacts
root
.tox/
AUTHORS
ChangeLog
*.egg*
.*.sw*
.coverage
htmlcov/
.testrepository/
cover/