browser tests: More Pythonic names

This commit is contained in:
Laurent Bachelier 2014-10-19 00:26:38 +02:00
commit 92fd11e4cf
4 changed files with 2 additions and 2 deletions

View file

@ -14,8 +14,8 @@ tests = weboob.tools.capabilities.bank.transactions,
weboob.browser.browsers,
weboob.browser.pages,
weboob.browser.filters.standard,
weboob.browser.tests_class_URL,
weboob.browser.tests_class_Form
weboob.browser.tests.form,
weboob.browser.tests.url
[isort]
known_first_party=weboob

View file