From 51cb9814d2f035622a983c22a57f03dd7874d53d Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 5 Dec 2020 21:10:34 +0100 Subject: [PATCH] Rename GUI test files --- tests/{test_dialogs.py => test_gui_dialogs.py} | 0 tests/{test_gui.py => test_gui_main.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_dialogs.py => test_gui_dialogs.py} (100%) rename tests/{test_gui.py => test_gui_main.py} (100%) diff --git a/tests/test_dialogs.py b/tests/test_gui_dialogs.py similarity index 100% rename from tests/test_dialogs.py rename to tests/test_gui_dialogs.py diff --git a/tests/test_gui.py b/tests/test_gui_main.py similarity index 100% rename from tests/test_gui.py rename to tests/test_gui_main.py