Re: [openstack-dev] [horizon] Javascript testing framework

2013-12-03 Thread Radomir Dopieralski
On 03/12/13 01:26, Maxime Vidori wrote: Hi! In order to improve the javascript quality of Horizon, we have to change the testing framework of the client-side. Qunit is a good tool for simple tests, but the integration of Angular need some powerful features which are not present in Qunit.

Re: [openstack-dev] [horizon] Javascript testing framework

2013-12-03 Thread Maxime Vidori
: Tuesday, December 3, 2013 10:32:17 AM Subject: Re: [openstack-dev] [horizon] Javascript testing framework On 03/12/13 01:26, Maxime Vidori wrote: Hi! In order to improve the javascript quality of Horizon, we have to change the testing framework of the client-side. Qunit is a good tool for simple

[openstack-dev] [horizon] Javascript testing framework

2013-12-02 Thread Maxime Vidori
Hi! In order to improve the javascript quality of Horizon, we have to change the testing framework of the client-side. Qunit is a good tool for simple tests, but the integration of Angular need some powerful features which are not present in Qunit. So, I have made a little POC with the