add edge case
This commit is contained in:
parent
65e3b6ffab
commit
3c8f18e4e3
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user