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

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
"""