horizon/horizon/static/horizon/tests
Maxime Vidori a8111d0071 Add jasmine testing and helpers
With the integration of the AngularJS framework we need a powerfull
testing, Jasmine could be a good choices because of its great features
and it is the one which is described into angularjs documentation. It
will allow us to have good example for creating our tests.

    To create a test you just have to inherit JasmineTests class, and
specify the tests files to run (with their path) in the specs class
attribute. If some html elements are needed, just inherit from the
jasmine.html template and add them to the content block, to finish
specify the template in the test class into the template_name attribute.

Implements: blueprint jasmine-integration
Change-Id: Ic39d3a4f097de045d1c789052ff4e43eb0ebde7e
2014-02-17 15:05:23 +01:00
..
jasmine Add jasmine testing and helpers 2014-02-17 15:05:23 +01:00
messages.js Javascript force use of the identity operator 2014-01-02 15:58:43 +01:00
modals.js Javascript coding style indent 2 2014-01-02 15:49:49 +01:00
tables.js Javascript coding style indent 2 2014-01-02 15:49:49 +01:00
templates.js Removal of underscorejs library 2013-12-27 09:20:39 +01:00