diff --git a/test/browser/http/test_content_disposition.py b/tests/browser/http/test_content_disposition.py similarity index 100% rename from test/browser/http/test_content_disposition.py rename to tests/browser/http/test_content_disposition.py diff --git a/test/browser/http/test_http.py b/tests/browser/http/test_http.py similarity index 100% rename from test/browser/http/test_http.py rename to tests/browser/http/test_http.py diff --git a/test/browser/test_tabhistory.py b/tests/browser/test_tabhistory.py similarity index 100% rename from test/browser/test_tabhistory.py rename to tests/browser/test_tabhistory.py diff --git a/test/browser/test_webelem.py b/tests/browser/test_webelem.py similarity index 100% rename from test/browser/test_webelem.py rename to tests/browser/test_webelem.py diff --git a/test/config/test_config.py b/tests/config/test_config.py similarity index 100% rename from test/config/test_config.py rename to tests/config/test_config.py diff --git a/test/config/test_configtypes.py b/tests/config/test_configtypes.py similarity index 100% rename from test/config/test_configtypes.py rename to tests/config/test_configtypes.py diff --git a/test/conftest.py b/tests/conftest.py similarity index 100% rename from test/conftest.py rename to tests/conftest.py diff --git a/test/html/jsconfirm.html b/tests/html/jsconfirm.html similarity index 100% rename from test/html/jsconfirm.html rename to tests/html/jsconfirm.html diff --git a/test/html/jsprompt.html b/tests/html/jsprompt.html similarity index 100% rename from test/html/jsprompt.html rename to tests/html/jsprompt.html diff --git a/test/keyinput/test_basekeyparser.py b/tests/keyinput/test_basekeyparser.py similarity index 100% rename from test/keyinput/test_basekeyparser.py rename to tests/keyinput/test_basekeyparser.py diff --git a/test/keyinput/test_modeparsers.py b/tests/keyinput/test_modeparsers.py similarity index 100% rename from test/keyinput/test_modeparsers.py rename to tests/keyinput/test_modeparsers.py diff --git a/test/log.py b/tests/log.py similarity index 100% rename from test/log.py rename to tests/log.py diff --git a/test/mainwindow/conftest.py b/tests/mainwindow/conftest.py similarity index 100% rename from test/mainwindow/conftest.py rename to tests/mainwindow/conftest.py diff --git a/test/mainwindow/statusbar/test_percentage.py b/tests/mainwindow/statusbar/test_percentage.py similarity index 100% rename from test/mainwindow/statusbar/test_percentage.py rename to tests/mainwindow/statusbar/test_percentage.py diff --git a/test/mainwindow/statusbar/test_progress.py b/tests/mainwindow/statusbar/test_progress.py similarity index 100% rename from test/mainwindow/statusbar/test_progress.py rename to tests/mainwindow/statusbar/test_progress.py diff --git a/test/mainwindow/statusbar/test_textbase.py b/tests/mainwindow/statusbar/test_textbase.py similarity index 100% rename from test/mainwindow/statusbar/test_textbase.py rename to tests/mainwindow/statusbar/test_textbase.py diff --git a/test/misc/test_crashdialog.py b/tests/misc/test_crashdialog.py similarity index 100% rename from test/misc/test_crashdialog.py rename to tests/misc/test_crashdialog.py diff --git a/test/misc/test_editor.py b/tests/misc/test_editor.py similarity index 100% rename from test/misc/test_editor.py rename to tests/misc/test_editor.py diff --git a/test/misc/test_lineparser.py b/tests/misc/test_lineparser.py similarity index 100% rename from test/misc/test_lineparser.py rename to tests/misc/test_lineparser.py diff --git a/test/misc/test_readline.py b/tests/misc/test_readline.py similarity index 100% rename from test/misc/test_readline.py rename to tests/misc/test_readline.py diff --git a/test/misc/test_split.py b/tests/misc/test_split.py similarity index 100% rename from test/misc/test_split.py rename to tests/misc/test_split.py diff --git a/test/stubs.py b/tests/stubs.py similarity index 100% rename from test/stubs.py rename to tests/stubs.py diff --git a/test/test_stubs.py b/tests/test_stubs.py similarity index 100% rename from test/test_stubs.py rename to tests/test_stubs.py diff --git a/test/utils/debug/test_log_time.py b/tests/utils/debug/test_log_time.py similarity index 100% rename from test/utils/debug/test_log_time.py rename to tests/utils/debug/test_log_time.py diff --git a/test/utils/debug/test_qenum_key.py b/tests/utils/debug/test_qenum_key.py similarity index 100% rename from test/utils/debug/test_qenum_key.py rename to tests/utils/debug/test_qenum_key.py diff --git a/test/utils/debug/test_qflags_key.py b/tests/utils/debug/test_qflags_key.py similarity index 100% rename from test/utils/debug/test_qflags_key.py rename to tests/utils/debug/test_qflags_key.py diff --git a/test/utils/debug/test_signal.py b/tests/utils/debug/test_signal.py similarity index 100% rename from test/utils/debug/test_signal.py rename to tests/utils/debug/test_signal.py diff --git a/test/utils/test_jinja.py b/tests/utils/test_jinja.py similarity index 100% rename from test/utils/test_jinja.py rename to tests/utils/test_jinja.py diff --git a/test/utils/test_log.py b/tests/utils/test_log.py similarity index 100% rename from test/utils/test_log.py rename to tests/utils/test_log.py diff --git a/test/utils/test_qtutils.py b/tests/utils/test_qtutils.py similarity index 100% rename from test/utils/test_qtutils.py rename to tests/utils/test_qtutils.py diff --git a/test/utils/test_standarddir.py b/tests/utils/test_standarddir.py similarity index 100% rename from test/utils/test_standarddir.py rename to tests/utils/test_standarddir.py diff --git a/test/utils/test_urlutils.py b/tests/utils/test_urlutils.py similarity index 100% rename from test/utils/test_urlutils.py rename to tests/utils/test_urlutils.py diff --git a/test/utils/test_utils.py b/tests/utils/test_utils.py similarity index 100% rename from test/utils/test_utils.py rename to tests/utils/test_utils.py diff --git a/test/utils/usertypes/test_enum.py b/tests/utils/usertypes/test_enum.py similarity index 100% rename from test/utils/usertypes/test_enum.py rename to tests/utils/usertypes/test_enum.py diff --git a/test/utils/usertypes/test_neighborlist.py b/tests/utils/usertypes/test_neighborlist.py similarity index 100% rename from test/utils/usertypes/test_neighborlist.py rename to tests/utils/usertypes/test_neighborlist.py