Files
LangBot/tests/integration/__init__.py
2026-06-16 11:13:05 +08:00

7 lines
178 B
Python

"""
Integration tests package.
These tests validate real system behavior with actual database/network resources.
Run with: uv run pytest tests/integration/ -m "not slow" -q
"""