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

@ -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"