From bbcf5ab8c77ebb66bd263fe3096bdd41bf360923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bel=C3=A1k?= Date: Thu, 29 Feb 2024 16:10:22 +0100 Subject: [PATCH] test: rename test modules for consistency Remove suffix `_section` from the names of 2 test modules to make the naming consistent. --- tests/{test_overview_section.py => test_overview.py} | 0 ...univariate_analysis_section.py => test_univariate_analysis.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_overview_section.py => test_overview.py} (100%) rename tests/{test_univariate_analysis_section.py => test_univariate_analysis.py} (100%) diff --git a/tests/test_overview_section.py b/tests/test_overview.py similarity index 100% rename from tests/test_overview_section.py rename to tests/test_overview.py diff --git a/tests/test_univariate_analysis_section.py b/tests/test_univariate_analysis.py similarity index 100% rename from tests/test_univariate_analysis_section.py rename to tests/test_univariate_analysis.py