This question has been flagged
1 Reply
3285 Views

I know that tests are ran automatically after updating or installing the module by using

--test-enable

but for efficiency, I want to be able to run tests right after I finish editing the source code of my costume modules. is there a way to do that ?

Avatar
Discard
Author Best Answer

so I searched a lot and I discovered that you can use odoo external api  to run the standard and costume functions whenever you like. than you can add your own functions for testing

Avatar
Discard