mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-12 23:29:37 +01:00
pytest: changes fixture scopes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user