itsulu-blog-publisher/addons/itsulu_blog_publisher
Nicholas Riegel 42cd6c7aa5 fix: set body_html on mock response; remove dangling log assertion
- _make_mock_llm_response now sets body_html/raw_text (not just text).
  _create_blog_post writes body_html into blog.post.content; an unset
  MagicMock attr stringified to ~66 chars, failing the 500-char assertion.
- Remove leftover `assert log.tokens_used` in then_tokens_used_recorded
  that referenced a variable deleted in the prior router-level rewrite.

Full suite: 69 passed, 0 failed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 03:14:38 -04:00
..
data fix: use type='html' not type='qweb' for mail template body_html 2026-05-30 03:02:59 -04:00
features fix: resolve remaining 9 BDD failures + production empty-body bug 2026-05-30 03:11:28 -04:00
models fix: resolve remaining 9 BDD failures + production empty-body bug 2026-05-30 03:11:28 -04:00
security Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
services Implement LLMRouter and provider infrastructure for GREEN phase tests 2026-05-29 12:27:58 -04:00
static/src/css docs: add Kubernetes test infrastructure documentation 2026-05-29 18:13:32 -04:00
tests fix: set body_html on mock response; remove dangling log assertion 2026-05-30 03:14:38 -04:00
views test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -04:00
wizards Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
__init__.py Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
__manifest__.py test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -04:00