You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is great if this kind of modules do not brake official tests, then if you face this problem and you know what should be the roadmap it should be cool and we can make a PR.
Basically:
Configure the repository to use OCA estandars (.travis, flake and pylint.
When it is installed you will face this error on unit tests:
2015-05-24 10:27:57,937 24837 INFO openerp_test openerp.tests.common: phantomjs: Can't reach the next step
2015-05-24 10:27:57,937 24837 INFO openerp_test openerp.tests.common: phantomjs: tour: shop
2015-05-24 10:27:57,938 24837 INFO openerp_test openerp.tests.common: phantomjs: step: 7: 'Update image'
2015-05-24 10:27:57,938 24837 INFO openerp_test openerp.tests.common: phantomjs: href: http://localhost:8069/shop/product/new-product-65?enable_editor=1
2015-05-24 10:27:57,939 24837 INFO openerp_test openerp.tests.common: phantomjs: referrer: http://localhost:8069/
2015-05-24 10:27:57,939 24837 INFO openerp_test openerp.tests.common: phantomjs: element: false
2015-05-24 10:27:57,939 24837 INFO openerp_test openerp.tests.common: phantomjs: waitNot: true
2015-05-24 10:27:57,940 24837 INFO openerp_test openerp.tests.common: phantomjs: waitFor: true
2015-05-24 10:27:57,941 24837 INFO openerp_test openerp.tests.common: phantomjs: localStorage: {"tour":"{\"id\":\"shop\",\"mode\":\"test\",\"step_id\":6,\"time\":1432463270939,\"number\":2,\"wait\":0}"}
Regards.
The text was updated successfully, but these errors were encountered:
Thanks for your interest in this module. I haven't yet run any unit tests on this repository, however i'll get working on this as soon as possible.
I was planning on waiting to do more work on this module until OCA/product-attribute/product_images (OCA/product-attribute#42) was ported to 8.0, as it allows for storing the images on in the filesystem, and handles the storage of multiple product images better overall. I will then rewrite the UI to read the images from this module. This will allow for those with large product catalogs to keep their databases lean.
I'll work on getting these errors resolved as soon as possible so that I can make a PR for OCA/website.
Hello.
It is great if this kind of modules do not brake official tests, then if you face this problem and you know what should be the roadmap it should be cool and we can make a PR.
Basically:
Regards.
The text was updated successfully, but these errors were encountered: