add edge case

This commit is contained in:
Florian Förster 2025-04-16 10:53:57 +02:00
parent 65e3b6ffab
commit 3c8f18e4e3

View File

@ -64,6 +64,7 @@ def test_session_setup_db_management(tmp_path):
@patch("delta_barth.logging.ENABLE_LOGGING", True) @patch("delta_barth.logging.ENABLE_LOGGING", True)
@patch("delta_barth.logging.LOGGING_TO_FILE", True) @patch("delta_barth.logging.LOGGING_TO_FILE", True)
@patch("delta_barth.logging.LOGGING_TO_STDERR", True)
def test_session_setup_logging(tmp_path): def test_session_setup_logging(tmp_path):
str_path = str(tmp_path) str_path = str(tmp_path)
foldername: str = "logging_test" foldername: str = "logging_test"