From 48a0c4e0eb4d3232f551c46ca212a2194da9aa42 Mon Sep 17 00:00:00 2001 From: spjuhel Date: Mon, 3 Jun 2024 18:15:43 +0200 Subject: [PATCH] post merge fixes --- tests/test_events.py | 2 ++ tests/test_models.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/test_events.py b/tests/test_events.py index adcfcaa..f3646b6 100644 --- a/tests/test_events.py +++ b/tests/test_events.py @@ -16,6 +16,8 @@ import pandas as pd import pytest +import boario + boario.disable_console_logging() @pytest.fixture diff --git a/tests/test_models.py b/tests/test_models.py index e35cefe..6453ebd 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -12,6 +12,8 @@ from boario.utils.recovery_functions import * +import boario + boario.disable_console_logging() ##### UNIT TESTS