"""Pytest fixtures for telegram-bot tests.""" import sys import tempfile from pathlib import Path import pytest # Add the app directory to path so imports work when running pytest sys.path.insert(0, str(Path(__file__).parent.parent))