test
This commit is contained in:
9
tests/conftest.py
Normal file
9
tests/conftest.py
Normal 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
|
||||
Reference in New Issue
Block a user