Rodion Promyshlennikov 8c13244e25 Add basic classes and structure for tests
Add basic bvt tests for influxdb_grafana.
Add helpers modules.

Change-Id: I698661a478674b7810f688433000ca39cdf35f3c
2016-05-04 16:06:48 +03:00

17 lines
308 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = pep8
[testenv:pep8]
deps = hacking
commands = flake8
distribute = false
[flake8]
filename=*.py
ignore = H405, H703
show-source = true
exclude = .venv,.git,.tox,dist,doc,*egg,*lib/python*,build,releasenotes,tmp,utils/fuel-qa-builder/venv*
max-complexity=25