browser tests: More Pythonic names
This commit is contained in:
parent
0a3300c891
commit
92fd11e4cf
4 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ tests = weboob.tools.capabilities.bank.transactions,
|
||||||
weboob.browser.browsers,
|
weboob.browser.browsers,
|
||||||
weboob.browser.pages,
|
weboob.browser.pages,
|
||||||
weboob.browser.filters.standard,
|
weboob.browser.filters.standard,
|
||||||
weboob.browser.tests_class_URL,
|
weboob.browser.tests.form,
|
||||||
weboob.browser.tests_class_Form
|
weboob.browser.tests.url
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
known_first_party=weboob
|
known_first_party=weboob
|
||||||
|
|
|
||||||
0
weboob/browser/tests/__init__.py
Normal file
0
weboob/browser/tests/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue