Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 354 Bytes

TESTING.md

File metadata and controls

19 lines (11 loc) · 354 Bytes

To run the python tests

src/manage.py test sa_web

To test the JavaScript via Jasmine

First you need Ruby installed, ideally with RVM. Next:

bundle install --gemfile="src/sa_web/jasmine/Gemfile"

Then run the tests:

cd src/sa_web/jasmine
bundle exec rake jasmine:ci