Merge pull request #2309 from tschaub/test

Add a task to run the tests once with PhantomJS.
This commit is contained in:
Tim Schaub
2014-07-06 06:52:13 -06:00
6 changed files with 156 additions and 59 deletions

View File

@@ -690,8 +690,7 @@ def proj4js_zip(t):
@target('test', PROJ4JS, phony=True)
def test(t):
t.run('%(PHANTOMJS)s', 'test/mocha-phantomjs.js',
'http://localhost:3000/test/index.html')
t.run('node', 'tasks/test.js')
@target('fixme', phony=True)