From bfc99f09f981572d80bf1c32af5d8dc6aea73980 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 5 Apr 2015 12:23:04 -0300 Subject: [PATCH] Renamed test to tests as suggested by @The-Compiler --- {test => tests}/browser/http/test_content_disposition.py | 0 {test => tests}/browser/http/test_http.py | 0 {test => tests}/browser/test_tabhistory.py | 0 {test => tests}/browser/test_webelem.py | 0 {test => tests}/config/test_config.py | 0 {test => tests}/config/test_configtypes.py | 0 {test => tests}/conftest.py | 0 {test => tests}/html/jsconfirm.html | 0 {test => tests}/html/jsprompt.html | 0 {test => tests}/keyinput/test_basekeyparser.py | 0 {test => tests}/keyinput/test_modeparsers.py | 0 {test => tests}/log.py | 0 {test => tests}/mainwindow/conftest.py | 0 {test => tests}/mainwindow/statusbar/test_percentage.py | 0 {test => tests}/mainwindow/statusbar/test_progress.py | 0 {test => tests}/mainwindow/statusbar/test_textbase.py | 0 {test => tests}/misc/test_crashdialog.py | 0 {test => tests}/misc/test_editor.py | 0 {test => tests}/misc/test_lineparser.py | 0 {test => tests}/misc/test_readline.py | 0 {test => tests}/misc/test_split.py | 0 {test => tests}/stubs.py | 0 {test => tests}/test_stubs.py | 0 {test => tests}/utils/debug/test_log_time.py | 0 {test => tests}/utils/debug/test_qenum_key.py | 0 {test => tests}/utils/debug/test_qflags_key.py | 0 {test => tests}/utils/debug/test_signal.py | 0 {test => tests}/utils/test_jinja.py | 0 {test => tests}/utils/test_log.py | 0 {test => tests}/utils/test_qtutils.py | 0 {test => tests}/utils/test_standarddir.py | 0 {test => tests}/utils/test_urlutils.py | 0 {test => tests}/utils/test_utils.py | 0 {test => tests}/utils/usertypes/test_enum.py | 0 {test => tests}/utils/usertypes/test_neighborlist.py | 0 35 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/browser/http/test_content_disposition.py (100%) rename {test => tests}/browser/http/test_http.py (100%) rename {test => tests}/browser/test_tabhistory.py (100%) rename {test => tests}/browser/test_webelem.py (100%) rename {test => tests}/config/test_config.py (100%) rename {test => tests}/config/test_configtypes.py (100%) rename {test => tests}/conftest.py (100%) rename {test => tests}/html/jsconfirm.html (100%) rename {test => tests}/html/jsprompt.html (100%) rename {test => tests}/keyinput/test_basekeyparser.py (100%) rename {test => tests}/keyinput/test_modeparsers.py (100%) rename {test => tests}/log.py (100%) rename {test => tests}/mainwindow/conftest.py (100%) rename {test => tests}/mainwindow/statusbar/test_percentage.py (100%) rename {test => tests}/mainwindow/statusbar/test_progress.py (100%) rename {test => tests}/mainwindow/statusbar/test_textbase.py (100%) rename {test => tests}/misc/test_crashdialog.py (100%) rename {test => tests}/misc/test_editor.py (100%) rename {test => tests}/misc/test_lineparser.py (100%) rename {test => tests}/misc/test_readline.py (100%) rename {test => tests}/misc/test_split.py (100%) rename {test => tests}/stubs.py (100%) rename {test => tests}/test_stubs.py (100%) rename {test => tests}/utils/debug/test_log_time.py (100%) rename {test => tests}/utils/debug/test_qenum_key.py (100%) rename {test => tests}/utils/debug/test_qflags_key.py (100%) rename {test => tests}/utils/debug/test_signal.py (100%) rename {test => tests}/utils/test_jinja.py (100%) rename {test => tests}/utils/test_log.py (100%) rename {test => tests}/utils/test_qtutils.py (100%) rename {test => tests}/utils/test_standarddir.py (100%) rename {test => tests}/utils/test_urlutils.py (100%) rename {test => tests}/utils/test_utils.py (100%) rename {test => tests}/utils/usertypes/test_enum.py (100%) rename {test => tests}/utils/usertypes/test_neighborlist.py (100%) 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