From aa036d612db1d6eec5c6d492308ed09226acdfc4 Mon Sep 17 00:00:00 2001 From: mibe Date: Thu, 11 Jan 2024 11:34:29 +0000 Subject: [PATCH] Changing the scope of the itde fixture --- test/utils/integration_test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/integration_test_utils.py b/test/utils/integration_test_utils.py index 377f559..4cd6e15 100644 --- a/test/utils/integration_test_utils.py +++ b/test/utils/integration_test_utils.py @@ -14,7 +14,7 @@ from exasol.connections import open_pyexasol_connection -@pytest.fixture(scope='session') +@pytest.fixture def setup_itde(secrets) -> None: """ Brings up the ITDE and takes it down when the tests are completed or failed.