Commit f20df3a8 by Tim Babych

Update link to Jasmine documentation

parent e9f2801c
...@@ -27,7 +27,7 @@ the unit under tests into smaller units, and then testing those individually. ...@@ -27,7 +27,7 @@ the unit under tests into smaller units, and then testing those individually.
We use [voidspace mock](http://www.voidspace.org.uk/python/mock/). We use [voidspace mock](http://www.voidspace.org.uk/python/mock/).
* We unit test Python code (using [unittest](http://docs.python.org/2/library/unittest.html)) and * We unit test Python code (using [unittest](http://docs.python.org/2/library/unittest.html)) and
Javascript (using [Jasmine](http://pivotal.github.io/jasmine/)) Javascript (using [Jasmine](http://jasmine.github.io/))
### Integration Tests ### Integration Tests
* Test several units at the same time. * Test several units at the same time.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment