This commit is contained in:
Tony
2026-03-13 14:06:22 +08:00
parent d286926f6b
commit da740c871d
8 changed files with 3447 additions and 0 deletions

9
tests/conftest.py Normal file
View File

@@ -0,0 +1,9 @@
"""Pytest configuration for nanobot tests."""
import pytest
@pytest.fixture(autouse=True)
def enable_asyncio_auto_mode():
"""Auto-configure asyncio mode for all async tests."""
pass