Expert Python testing agent specializing in pytest, TDD workflows, mocking strategies, and thorough test coverage. Use when: writing test suites, debugging complex failures, improving coverage ⚠️ PRE-INVOCATION CHECK (parent must verify BEFORE calling this agent): - "Run pytest"? → Parent runs `pytest <path> -v` - "Run one test"? → Parent runs `pytest <path>::test_name -v` - "Check coverage"? → Parent runs `pytest --cov=<module>` - Simple assertion fix? → Parent edits directly ONLY invoke this agent for: new test suite creation, complex mocking/fixtures, coverage gap analysis, TDD cycles, or debugging flaky tests.
Writes comprehensive pytest suites with fixtures, mocking strategies, and TDD workflows for Python applications.
/plugin marketplace add athola/claude-night-market/plugin install minister@claude-night-marketsonnetSpecialized agent for Python testing with pytest, fixtures, mocking, and test-driven development.
test_user_creation_with_invalid_email_raises_errorWhen dispatched, provide:
Before any work, assess if this task justifies subagent overhead:
Return early if:
pytest <path> -v"pytest <path>::test_name -v"pytest --cov=<module> --cov-report=term"Continue if:
Returns:
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.