Merged
Conversation
Current coverage is 35% with tests for core run_context, decorators, and LLM tracking. TODO: raise to 80% as more tests are added. Signed-off-by: Deborah Jacob <deborahjacob@botanu.ai> Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add test_config.py for BotanuConfig YAML/env loading - Add test_enricher.py for RunContextEnricher processor - Add test_span_helpers.py for emit_outcome and set_business_context - Add test_data_tracking.py for DB/storage/messaging trackers - Add test_ledger.py for AttemptLedger cost tracking - Add test_context.py for baggage helpers - Add test_resource_detector.py for cloud/k8s detection - Extend test_llm_tracking.py with additional tracker method tests - Update pyproject.toml: set coverage threshold to 70%, exclude integration-heavy modules (bootstrap.py, middleware.py) Total: 164 tests passing, 73% coverage Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Type of change
Testing
pytest)ruff check)mypy)Checklist
git commit -s) per the DCO