weboob-devel/setup.cfg
Laurent Bachelier 0a3300c891 browser tests: Fixes
pyflakes/pep8, test name in setup.cfg, remove useless comments
2014-10-19 00:28:43 +02:00

26 lines
701 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.date,
weboob.tools.misc,
weboob.tools.path,
weboob.tools.tokenizer,
weboob.browser.browsers,
weboob.browser.pages,
weboob.browser.filters.standard,
weboob.browser.tests_class_URL,
weboob.browser.tests_class_Form
[isort]
known_first_party=weboob
line_length=120
[flake8]
max-line-length = 120
exclude = dist,*.egg-info,build,.git,__pycache__