pytest: changes fixture scopes

This commit is contained in:
Mose Müller
2024-07-30 08:36:59 +02:00
parent f91be30ad0
commit 75e355faf9
6 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@ import pytest
from pydase.client.proxy_loader import ProxyAttributeError
@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
def pydase_client() -> Generator[pydase.Client, None, Any]:
class SubService(pydase.DataService):
name = "SubService"