LICENSE
README.md
pyproject.toml
src/testpilot/__init__.py
src/testpilot/__version__.py
src/testpilot/analyzer.py
src/testpilot/cli.py
src/testpilot/generator.py
src/testpilot/models.py
src/testpilot/plugin.py
src/testpilot/py.typed
src/testpilot/report.py
src/testpilot/strategies.py
src/testpilot/providers/__init__.py
src/testpilot/providers/api_provider.py
src/testpilot/providers/base.py
src/testpilot/providers/claude_cli.py
src/testpilot/providers/none_provider.py
src/testpilot/templates/test_module.py.j2
src/testpilot_ai.egg-info/PKG-INFO
src/testpilot_ai.egg-info/SOURCES.txt
src/testpilot_ai.egg-info/dependency_links.txt
src/testpilot_ai.egg-info/entry_points.txt
src/testpilot_ai.egg-info/requires.txt
src/testpilot_ai.egg-info/top_level.txt
tests/test_analyzer.py
tests/test_cli.py
tests/test_generator.py
tests/test_models.py
tests/test_plugin.py
tests/test_providers.py
tests/test_report.py
tests/test_strategies.py