Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Run unittests in pipeline using docker

形象
odoo
形象
丢弃
2 答案
0
形象
odoo
最佳答案

Update:

1) I found the command:

 --stop-after-init

which seems to work but exists with code 1, meaning, it will be interpreted as an error. Any ideas about that?


Thx

Ronny

形象
丢弃
0
形象
odoo
最佳答案

I had this same problem. Additionally I wanted an interactive way of running my test quite continuously during development...

I created an open source script to solve both use-cases:

https://github.com/dimitrydhondt/odoutils

Feedback welcome :)

To run it inside of docker you'll need 'docker in docker', I believe.

https://shisho.dev/blog/posts/docker-in-docker/

形象
丢弃