Tag: fixtures
tool
★ 24,338
Capture AI API Response Test Fixtures
This utility provides structured methods for generating and capturing raw API response test fixtures from AI providers. It facilitates robust testing of response parsing by logging both standard and raw streamed JSON outputs.
skill
★ 25,210
Writing effective and maintainable Python unit tests
This skill guides the development of robust Python unit tests using pytest, covering principles like atomicity and self-containment. It details best practices for fixtures, parameterization, mocking external services, and handling asynchron…
skill
Fixture for testing invalid skill naming
This skill is a testing fixture designed to validate agent framework error handling. It simulates the use of an invalid or improperly formatted skill name to ensure robust system validation.