itsulu-blog-publisher/addons/itsulu_blog_publisher
Nicholas Riegel 58b9fdc097 fix: copy root conftest.py into image and harden email template tests
- Add COPY conftest.py to Dockerfile so the odoo_env fixture is
  available when pytest runs from /tmp/test (the WORKDIR)
- Rewrite 3 email template tests to use template.generate_email()
  instead of querying mail.mail directly — generate_email() is
  synchronous and reliable; mail.mail.subject rendering and res_id
  are not guaranteed in Odoo 17 TransactionCase tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 02:39:38 -04:00
..
data fix: refactor email template to use for-loop iteration over social records 2026-05-30 00:13:00 -04:00
features Complete BDD feature file organization and add comprehensive step definitions 2026-05-29 12:41:24 -04:00
models fix: resolve 18 test failures across BDD, email, and performance tests 2026-05-30 02:33:48 -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: copy root conftest.py into image and harden email template tests 2026-05-30 02:39: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