camptocamp / pytest-odoo

pytest plugin to run Odoo tests
GNU Affero General Public License v3.0
67 stars 41 forks source link

Test collection hook to ignore uninstallable addons #49

Closed sbidoul closed 1 year ago

sbidoul commented 2 years ago

This is useful to use pytest (and IDE test discovery) in migration projects where we have a bunch of uninstallable addons.

sbidoul commented 2 years ago

@baimont @rousseldenis @simahawk

sbidoul commented 2 years ago

@simahawk this should now be ready.

I took your suggestion to search for manifests more aggressively.

I also added here two commits to make pytest-odoo behave better when running non-odoo tests in an environment where pytest-odoo is installed.