blob: 432d0659c053ff2d5e696ba5484ee7dfdf8b7979 [file] [log] [blame]
Sergey Shepelev0112eff2017-05-05 06:46:43 +03001[coverage:run]
2omit = */test/*
3
4[flake8]
5exclude = *.egg*,.env,.git,.tox,_*,build*,dist*,venv*,python2/,python3/
6ignore = E261,W503
7max-line-length = 121
8
9[tool:pytest]
10minversion = 3.2
11addopts =
12 # --fulltrace
13 # -n auto
14 --cov-config=setup.cfg
15 --cov=httplib2
16 --noconftest
17 --showlocals
18 --strict
19 --tb=short
20 --timeout=17
21 --verbose
22 -ra