Skip to content

Add smoke test for suite_template FAQAdapter #7

@aviralgarg05

Description

@aviralgarg05

Summary

Add a minimal pytest that exercises the FAQAdapter sample pattern from docs/templates/suite_template.py to ensure the template stays valid.

Tasks

  • Create a new test (e.g., tests/test_suite_template_smoke.py).
  • Mock a simple agent with .connect() and .answer() returning the expected string.
  • Reuse or inline the dataset/adapters from the template to run one scenario.
  • Assert success and that a response is recorded.

Acceptance criteria

  • Test passes via poetry run pytest.
  • No new lint issues.
  • Keeps dependencies limited to existing test stack.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions