mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-12 15:57:12 +02:00
pytest: changes fixture scopes
This commit is contained in:
@ -35,7 +35,7 @@ def test_nested_attributes_cache_callback() -> None:
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.asyncio(scope="session")
|
||||
@pytest.mark.asyncio(scope="function")
|
||||
async def test_task_status_update() -> None:
|
||||
class ServiceClass(pydase.DataService):
|
||||
name = "World"
|
||||
|
Reference in New Issue
Block a user