hermes-agent/plugins/platforms/feishu/tests/conftest.py
2026-05-26 10:29:50 -04:00

7 lines
190 B
Python

"""Shared fixtures for feishu plugin tests."""
import sys
from pathlib import Path
# Make feishu_helpers importable from this test directory
sys.path.insert(0, str(Path(__file__).parent))