- 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> |
||
|---|---|---|
| .. | ||
| features | ||
| __init__.py | ||
| factories.py | ||
| test_bdd_steps.py | ||
| test_blog_generation_log.py | ||
| test_blog_post_social.py | ||
| test_blog_schedule.py | ||
| test_blog_topic.py | ||
| test_llm_router.py | ||
| test_performance.py | ||