added tests

This commit is contained in:
2026-04-12 09:35:35 -03:00
parent 5c82703ebe
commit 4de44baf98
14 changed files with 1056 additions and 49 deletions

3
tests/conftest.py Normal file
View File

@@ -0,0 +1,3 @@
"""Root conftest — exports async client fixtures."""
from tests.base import client, agent_client # noqa: F401