diff --git a/setup.cfg b/setup.cfg index 44866f0b985d901f98ff39a2442a630c824a5fdf..a5fcc4f905357cd591a87616fb3089447339b71e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/weboob/browser/tests/__init__.py b/weboob/browser/tests/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/weboob/browser/tests_class_Form.py b/weboob/browser/tests/form.py similarity index 100% rename from weboob/browser/tests_class_Form.py rename to weboob/browser/tests/form.py diff --git a/weboob/browser/tests_class_URL.py b/weboob/browser/tests/url.py similarity index 100% rename from weboob/browser/tests_class_URL.py rename to weboob/browser/tests/url.py