mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
7 lines
190 B
Python
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))
|