weboob-devel/setup.cfg
2014-10-10 23:41:44 +02:00

21 lines
534 B
INI

[nosetests]
verbosity = 2
detailed-errors = 1
with-doctest = 1
where = weboob
tests = weboob.tools.capabilities.bank.transactions,
weboob.tools.capabilities.paste,
weboob.tools.application.formatters.json,
weboob.tools.application.formatters.table,
weboob.tools.path,
weboob.browser.browsers,
weboob.browser.pages,
weboob.browser.filters.standard
[isort]
known_first_party=weboob
line_length=120
[flake8]
max-line-length = 120
exclude = dist,*.egg-info,build,.git,__pycache__