mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-16 10:46:03 +00:00
7 lines
143 B
Python
7 lines
143 B
Python
"""
|
|
Smoke tests package.
|
|
|
|
Smoke tests verify basic functionality works without testing edge cases.
|
|
Run with: uv run pytest tests/smoke/ -q
|
|
"""
|