itsulu-blog-publisher/addons/itsulu_blog_publisher/tests
Nicholas Riegel 6635313f58 port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env
- views/blog_schedule_views.xml: web_ribbon invisible="active" (Odoo 17
  bare-expr syntax) -> attrs="{'invisible': [('active','=',True)]}".
  This was the view-validation error blocking module install on Odoo 14.
- tests: Odoo 14 TransactionCase exposes self.env in setUp(), not cls.env
  in setUpClass() (that pattern is Odoo 15+). Converted all 13 setUpClass
  blocks across 6 test files to setUp(self) + self.env/self.factory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 11:44:24 -04:00
..
features feat: add BDD feature files for pytest-bdd scenarios 2026-05-30 00:39:41 -04:00
__init__.py Implement LLMRouter and provider infrastructure for GREEN phase tests 2026-05-29 12:27:58 -04:00
factories.py fix: use sudo() in blog_post factory to bypass validation 2026-05-29 23:25:17 -04:00
test_bdd_steps.py release: v0.4.8 — CI pipeline green + Odoo 17 fixes (squash of !1) 2026-05-30 10:58:57 -04:00
test_blog_generation_log.py port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00
test_blog_post_social.py port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00
test_blog_schedule.py port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00
test_blog_topic.py port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00
test_llm_router.py port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00
test_performance.py port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00