From 395a800c37c1104e2b4d4ff2e6bcb59e604681f7 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Fri, 15 Mar 2024 15:21:26 +0100 Subject: [PATCH] chore: rename tests for having test groups --- tests/{test_app.py => test_engine_app.py} | 0 tests/{test_channels.py => test_engine_channels.py} | 0 tests/{test_clock_handler.py => test_engine_clock_handler.py} | 0 tests/{test_config.py => test_engine_config.py} | 0 tests/{test_liquidsoap_util.py => test_engine_liquidsoap_util.py} | 0 tests/{test_logger.py => test_engine_logger.py} | 0 tests/{test_monitor.py => test_engine_monitor.py} | 0 tests/{test_domain.py => test_scheduling_domain.py} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_app.py => test_engine_app.py} (100%) rename tests/{test_channels.py => test_engine_channels.py} (100%) rename tests/{test_clock_handler.py => test_engine_clock_handler.py} (100%) rename tests/{test_config.py => test_engine_config.py} (100%) rename tests/{test_liquidsoap_util.py => test_engine_liquidsoap_util.py} (100%) rename tests/{test_logger.py => test_engine_logger.py} (100%) rename tests/{test_monitor.py => test_engine_monitor.py} (100%) rename tests/{test_domain.py => test_scheduling_domain.py} (100%) diff --git a/tests/test_app.py b/tests/test_engine_app.py similarity index 100% rename from tests/test_app.py rename to tests/test_engine_app.py diff --git a/tests/test_channels.py b/tests/test_engine_channels.py similarity index 100% rename from tests/test_channels.py rename to tests/test_engine_channels.py diff --git a/tests/test_clock_handler.py b/tests/test_engine_clock_handler.py similarity index 100% rename from tests/test_clock_handler.py rename to tests/test_engine_clock_handler.py diff --git a/tests/test_config.py b/tests/test_engine_config.py similarity index 100% rename from tests/test_config.py rename to tests/test_engine_config.py diff --git a/tests/test_liquidsoap_util.py b/tests/test_engine_liquidsoap_util.py similarity index 100% rename from tests/test_liquidsoap_util.py rename to tests/test_engine_liquidsoap_util.py diff --git a/tests/test_logger.py b/tests/test_engine_logger.py similarity index 100% rename from tests/test_logger.py rename to tests/test_engine_logger.py diff --git a/tests/test_monitor.py b/tests/test_engine_monitor.py similarity index 100% rename from tests/test_monitor.py rename to tests/test_engine_monitor.py diff --git a/tests/test_domain.py b/tests/test_scheduling_domain.py similarity index 100% rename from tests/test_domain.py rename to tests/test_scheduling_domain.py -- GitLab