Coverage for tests / unit / tools / executor / conftest.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
1"""Pytest configuration for tool executor unit tests.
3Tests in this directory focus on tool execution framework including:
4- Tool executor core functionality
5- Format exclusion handling
6- Post-check execution
7- Pytest-specific execution scenarios
8"""
10# Add any executor-specific fixtures here in the future