import pytest @pytest.fixture def odoo_env(env): """Re-export pytest-odoo's env fixture for use in pytest-bdd step definitions.""" return env