- odoo_env fixture: use request.getfixturevalue('env') instead of
direct env parameter injection — pytest-bdd cannot inject pytest-odoo
fixtures by name into conftest fixtures; getfixturevalue() bypasses
this limitation
- generate_email: use list-based API generate_email([res_id]) returning
{res_id: {field: value}} — Odoo 17 does not accept a bare int
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 | ||