add unit tests for record, replaybuffer, scene, stream

This commit is contained in:
2025-06-10 17:01:55 +01:00
parent c8eb27d188
commit cc2eda00a5
6 changed files with 213 additions and 0 deletions

6
tests/conftest.py Normal file
View File

@@ -0,0 +1,6 @@
import pytest
@pytest.fixture
def anyio_backend():
return "asyncio"