mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
Create tests/smoke/test_fake_message_flow.py: - TestFakeMessageFlow: factory verification tests - TestMessageFlowIntegration: minimal flow smoke test - Tests FakeApp, FakeProvider, FakePlatform, query factories - Verifies LANGBOT_FAKE_PONG marker response - Captures outbound messages for assertions Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 lines
142 B
Python
6 lines
142 B
Python
"""
|
|
Smoke tests package.
|
|
|
|
Smoke tests verify basic functionality works without testing edge cases.
|
|
Run with: uv run pytest tests/smoke/ -q
|
|
""" |