mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-16 10:46:03 +00:00
7 lines
178 B
Python
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
|
|
"""
|