xoe-labs / dodoo-tester

GNU Lesser General Public License v3.0
1 stars 0 forks source link

No way to disable testing default Odoo modules #2

Open shepilov-vladislav opened 5 years ago

shepilov-vladislav commented 5 years ago

Problem: if you enable testing your module named as my_module with dependency account for ex. it will run tests for account module too. It's not dodoo-tester problem, it's Odoo problem.

Solution: Grab dependencies by all modules to testing and preinstall modules at dodoo init step.

blaggacao commented 5 years ago

... with demo=true. I usually use an external (persistent) database service for testing to have the database cache ready.