开发者

pyUnit unit testing for Magento a good idea?

开发者 https://www.devze.com 2023-03-26 15:23 出处:网络
Today it was suggested to me to use PyUnit with our Magento modules because of its request and response objects. Is there any advantage to using an xUnit testing framework?

Today it was suggested to me to use PyUnit with our Magento modules because of its request and response objects. Is there any advantage to using an xUnit testing framework?

We would be running Hudson as the CI wit开发者_Python百科h Maven along with some PHPUnit and Selenium Tests. I am currently using the Request and Response controllers from Zend Framework in PHPUnit.


Magento unit-testing framework: https://github.com/IvanChepurnyi/EcomDev_PHPUnit

0

精彩评论

暂无评论...
验证码 换一张
取 消