mention nosier in test/readme.md

This commit is contained in:
Éric Lemoine
2012-09-24 23:31:57 +02:00
parent ec9382e760
commit 30dfbfb8b7

View File

@@ -21,3 +21,9 @@ With PhantomJS installed, and assuming phantomjs is in the PATH:
$ phantomjs phantom-jasmine/run_jasmine_test.coffee ol.html
(Works with PhantomJS 1.6.1, untested with other versions.)
This command can also be run by doing `make test` at the root of ol3.
Tip for TDD'ers: to make PhantomJS run the test suite continuously each time
a spec file is changed you can use nosier (http://pypi.python.org/pypi/nosier)
and do `nosier -p test/spec "make test"`.