From a947ec10e40fbb38a5f850310883ed8eba41276f Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 16 Jan 2021 17:59:29 +0100 Subject: [PATCH] Move test files into subfolders with similar structure as source code --- tests/{ => test_base}/test_base_common.py | 0 tests/{ => test_base}/test_base_config.py | 0 tests/{ => test_base}/test_base_error.py | 0 tests/{ => test_base}/test_base_init.py | 0 tests/{ => test_core}/test_core_document.py | 0 tests/{ => test_core}/test_core_index.py | 0 tests/{ => test_core}/test_core_item.py | 0 tests/{ => test_core}/test_core_options.py | 0 tests/{ => test_core}/test_core_project.py | 0 tests/{ => test_core}/test_core_spell.py | 0 tests/{ => test_core}/test_core_status.py | 0 tests/{ => test_core}/test_core_tohtml.py | 0 tests/{ => test_core}/test_core_tokenizer.py | 0 tests/{ => test_core}/test_core_tools.py | 0 tests/{ => test_core}/test_core_tree.py | 0 tests/{ => test_gui}/test_gui_about.py | 0 tests/{ => test_gui}/test_gui_build.py | 0 tests/{ => test_gui}/test_gui_dialogs.py | 0 tests/{ => test_gui}/test_gui_doceditor.py | 0 tests/{ => test_gui}/test_gui_docviewer.py | 0 tests/{ => test_gui}/test_gui_itemeditor.py | 0 tests/{ => test_gui}/test_gui_mainmenu.py | 0 tests/{ => test_gui}/test_gui_mergesplit.py | 0 tests/{ => test_gui}/test_gui_noveltree.py | 0 tests/{ => test_gui}/test_gui_outline.py | 0 tests/{ => test_gui}/test_gui_preferences.py | 0 tests/{ => test_gui}/test_gui_projdetails.py | 0 tests/{ => test_gui}/test_gui_projload.py | 0 tests/{ => test_gui}/test_gui_projsettings.py | 0 tests/{ => test_gui}/test_gui_projtree.py | 0 tests/{ => test_gui}/test_gui_projwizard.py | 0 tests/{ => test_gui}/test_gui_theme.py | 0 tests/{ => test_gui}/test_gui_writingstats.py | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => test_base}/test_base_common.py (100%) rename tests/{ => test_base}/test_base_config.py (100%) rename tests/{ => test_base}/test_base_error.py (100%) rename tests/{ => test_base}/test_base_init.py (100%) rename tests/{ => test_core}/test_core_document.py (100%) rename tests/{ => test_core}/test_core_index.py (100%) rename tests/{ => test_core}/test_core_item.py (100%) rename tests/{ => test_core}/test_core_options.py (100%) rename tests/{ => test_core}/test_core_project.py (100%) rename tests/{ => test_core}/test_core_spell.py (100%) rename tests/{ => test_core}/test_core_status.py (100%) rename tests/{ => test_core}/test_core_tohtml.py (100%) rename tests/{ => test_core}/test_core_tokenizer.py (100%) rename tests/{ => test_core}/test_core_tools.py (100%) rename tests/{ => test_core}/test_core_tree.py (100%) rename tests/{ => test_gui}/test_gui_about.py (100%) rename tests/{ => test_gui}/test_gui_build.py (100%) rename tests/{ => test_gui}/test_gui_dialogs.py (100%) rename tests/{ => test_gui}/test_gui_doceditor.py (100%) rename tests/{ => test_gui}/test_gui_docviewer.py (100%) rename tests/{ => test_gui}/test_gui_itemeditor.py (100%) rename tests/{ => test_gui}/test_gui_mainmenu.py (100%) rename tests/{ => test_gui}/test_gui_mergesplit.py (100%) rename tests/{ => test_gui}/test_gui_noveltree.py (100%) rename tests/{ => test_gui}/test_gui_outline.py (100%) rename tests/{ => test_gui}/test_gui_preferences.py (100%) rename tests/{ => test_gui}/test_gui_projdetails.py (100%) rename tests/{ => test_gui}/test_gui_projload.py (100%) rename tests/{ => test_gui}/test_gui_projsettings.py (100%) rename tests/{ => test_gui}/test_gui_projtree.py (100%) rename tests/{ => test_gui}/test_gui_projwizard.py (100%) rename tests/{ => test_gui}/test_gui_theme.py (100%) rename tests/{ => test_gui}/test_gui_writingstats.py (100%) diff --git a/tests/test_base_common.py b/tests/test_base/test_base_common.py similarity index 100% rename from tests/test_base_common.py rename to tests/test_base/test_base_common.py diff --git a/tests/test_base_config.py b/tests/test_base/test_base_config.py similarity index 100% rename from tests/test_base_config.py rename to tests/test_base/test_base_config.py diff --git a/tests/test_base_error.py b/tests/test_base/test_base_error.py similarity index 100% rename from tests/test_base_error.py rename to tests/test_base/test_base_error.py diff --git a/tests/test_base_init.py b/tests/test_base/test_base_init.py similarity index 100% rename from tests/test_base_init.py rename to tests/test_base/test_base_init.py diff --git a/tests/test_core_document.py b/tests/test_core/test_core_document.py similarity index 100% rename from tests/test_core_document.py rename to tests/test_core/test_core_document.py diff --git a/tests/test_core_index.py b/tests/test_core/test_core_index.py similarity index 100% rename from tests/test_core_index.py rename to tests/test_core/test_core_index.py diff --git a/tests/test_core_item.py b/tests/test_core/test_core_item.py similarity index 100% rename from tests/test_core_item.py rename to tests/test_core/test_core_item.py diff --git a/tests/test_core_options.py b/tests/test_core/test_core_options.py similarity index 100% rename from tests/test_core_options.py rename to tests/test_core/test_core_options.py diff --git a/tests/test_core_project.py b/tests/test_core/test_core_project.py similarity index 100% rename from tests/test_core_project.py rename to tests/test_core/test_core_project.py diff --git a/tests/test_core_spell.py b/tests/test_core/test_core_spell.py similarity index 100% rename from tests/test_core_spell.py rename to tests/test_core/test_core_spell.py diff --git a/tests/test_core_status.py b/tests/test_core/test_core_status.py similarity index 100% rename from tests/test_core_status.py rename to tests/test_core/test_core_status.py diff --git a/tests/test_core_tohtml.py b/tests/test_core/test_core_tohtml.py similarity index 100% rename from tests/test_core_tohtml.py rename to tests/test_core/test_core_tohtml.py diff --git a/tests/test_core_tokenizer.py b/tests/test_core/test_core_tokenizer.py similarity index 100% rename from tests/test_core_tokenizer.py rename to tests/test_core/test_core_tokenizer.py diff --git a/tests/test_core_tools.py b/tests/test_core/test_core_tools.py similarity index 100% rename from tests/test_core_tools.py rename to tests/test_core/test_core_tools.py diff --git a/tests/test_core_tree.py b/tests/test_core/test_core_tree.py similarity index 100% rename from tests/test_core_tree.py rename to tests/test_core/test_core_tree.py diff --git a/tests/test_gui_about.py b/tests/test_gui/test_gui_about.py similarity index 100% rename from tests/test_gui_about.py rename to tests/test_gui/test_gui_about.py diff --git a/tests/test_gui_build.py b/tests/test_gui/test_gui_build.py similarity index 100% rename from tests/test_gui_build.py rename to tests/test_gui/test_gui_build.py diff --git a/tests/test_gui_dialogs.py b/tests/test_gui/test_gui_dialogs.py similarity index 100% rename from tests/test_gui_dialogs.py rename to tests/test_gui/test_gui_dialogs.py diff --git a/tests/test_gui_doceditor.py b/tests/test_gui/test_gui_doceditor.py similarity index 100% rename from tests/test_gui_doceditor.py rename to tests/test_gui/test_gui_doceditor.py diff --git a/tests/test_gui_docviewer.py b/tests/test_gui/test_gui_docviewer.py similarity index 100% rename from tests/test_gui_docviewer.py rename to tests/test_gui/test_gui_docviewer.py diff --git a/tests/test_gui_itemeditor.py b/tests/test_gui/test_gui_itemeditor.py similarity index 100% rename from tests/test_gui_itemeditor.py rename to tests/test_gui/test_gui_itemeditor.py diff --git a/tests/test_gui_mainmenu.py b/tests/test_gui/test_gui_mainmenu.py similarity index 100% rename from tests/test_gui_mainmenu.py rename to tests/test_gui/test_gui_mainmenu.py diff --git a/tests/test_gui_mergesplit.py b/tests/test_gui/test_gui_mergesplit.py similarity index 100% rename from tests/test_gui_mergesplit.py rename to tests/test_gui/test_gui_mergesplit.py diff --git a/tests/test_gui_noveltree.py b/tests/test_gui/test_gui_noveltree.py similarity index 100% rename from tests/test_gui_noveltree.py rename to tests/test_gui/test_gui_noveltree.py diff --git a/tests/test_gui_outline.py b/tests/test_gui/test_gui_outline.py similarity index 100% rename from tests/test_gui_outline.py rename to tests/test_gui/test_gui_outline.py diff --git a/tests/test_gui_preferences.py b/tests/test_gui/test_gui_preferences.py similarity index 100% rename from tests/test_gui_preferences.py rename to tests/test_gui/test_gui_preferences.py diff --git a/tests/test_gui_projdetails.py b/tests/test_gui/test_gui_projdetails.py similarity index 100% rename from tests/test_gui_projdetails.py rename to tests/test_gui/test_gui_projdetails.py diff --git a/tests/test_gui_projload.py b/tests/test_gui/test_gui_projload.py similarity index 100% rename from tests/test_gui_projload.py rename to tests/test_gui/test_gui_projload.py diff --git a/tests/test_gui_projsettings.py b/tests/test_gui/test_gui_projsettings.py similarity index 100% rename from tests/test_gui_projsettings.py rename to tests/test_gui/test_gui_projsettings.py diff --git a/tests/test_gui_projtree.py b/tests/test_gui/test_gui_projtree.py similarity index 100% rename from tests/test_gui_projtree.py rename to tests/test_gui/test_gui_projtree.py diff --git a/tests/test_gui_projwizard.py b/tests/test_gui/test_gui_projwizard.py similarity index 100% rename from tests/test_gui_projwizard.py rename to tests/test_gui/test_gui_projwizard.py diff --git a/tests/test_gui_theme.py b/tests/test_gui/test_gui_theme.py similarity index 100% rename from tests/test_gui_theme.py rename to tests/test_gui/test_gui_theme.py diff --git a/tests/test_gui_writingstats.py b/tests/test_gui/test_gui_writingstats.py similarity index 100% rename from tests/test_gui_writingstats.py rename to tests/test_gui/test_gui_writingstats.py