From f5cd4ad90f8e6e1b6c8da655557e890e692abeab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bel=C3=A1k?= Date: Fri, 1 Mar 2024 12:16:40 +0100 Subject: [PATCH] test: rename test modules for consistency (#208) 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