From 7fc1d4d2b5e947bca26bb622af3bbb83b41feff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Thu, 13 Feb 2020 11:28:25 -0300 Subject: [PATCH] [tests] refactoring --- .../arch/{arch_data_mapper_test.py => test_arch_data_mapper.py} | 0 tests/gems/arch/{controller.py => test_controller.py} | 0 tests/gems/arch/{pacman_test.py => test_pacman.py} | 0 tests/gems/flatpak/{controller.py => test_controller.py} | 0 tests/gems/flatpak/{worker_test.py => test_worker.py} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/gems/arch/{arch_data_mapper_test.py => test_arch_data_mapper.py} (100%) rename tests/gems/arch/{controller.py => test_controller.py} (100%) rename tests/gems/arch/{pacman_test.py => test_pacman.py} (100%) rename tests/gems/flatpak/{controller.py => test_controller.py} (100%) rename tests/gems/flatpak/{worker_test.py => test_worker.py} (100%) diff --git a/tests/gems/arch/arch_data_mapper_test.py b/tests/gems/arch/test_arch_data_mapper.py similarity index 100% rename from tests/gems/arch/arch_data_mapper_test.py rename to tests/gems/arch/test_arch_data_mapper.py diff --git a/tests/gems/arch/controller.py b/tests/gems/arch/test_controller.py similarity index 100% rename from tests/gems/arch/controller.py rename to tests/gems/arch/test_controller.py diff --git a/tests/gems/arch/pacman_test.py b/tests/gems/arch/test_pacman.py similarity index 100% rename from tests/gems/arch/pacman_test.py rename to tests/gems/arch/test_pacman.py diff --git a/tests/gems/flatpak/controller.py b/tests/gems/flatpak/test_controller.py similarity index 100% rename from tests/gems/flatpak/controller.py rename to tests/gems/flatpak/test_controller.py diff --git a/tests/gems/flatpak/worker_test.py b/tests/gems/flatpak/test_worker.py similarity index 100% rename from tests/gems/flatpak/worker_test.py rename to tests/gems/flatpak/test_worker.py