flask-jasmine icon indicating copy to clipboard operation
flask-jasmine copied to clipboard

Execution of Jasmine JavaScript tests within Flask

Results 5 flask-jasmine issues
Sort by recently updated
recently updated
newest added

I'd love to test my js files within my flask app unit tests (through nose). Is there a way to do that or does it have to be run through...

Finally we can use the nice new patterns that Jasmine 2.x supports!

Can you please add support for loading custom CSS style sheets? ``` jasmine.css('src/css/mode.css')' ``` I'm writing test cases for CodeMirror modes and it would be nice if they looked the...

Jasmine 2.0 (http://jasmine.github.io/2.0/introduction.html) has been released. Can you please update the js/css files?