http://underscorejs.org/test/
没看懂,谁能解释一下,发生了什么事
好吧我看懂了,原来有那么多自执行函数
那页面做得挺好的感觉
#1 楼 @iBachue 光看页面都不知道发生什么事,clone 了代码,才明吧,以后也这样发布测试
qunit。。。。。
这个页面不是让你看具体的测试代码的,而是给关心的人看一下这个项目有多少测试,都给哪些模块/功能写了哪些测试,覆盖了哪些测试样例,测试的开销,目前是否有未通过测试等等。
如果你想看这些测试是怎么写的,代码在 Github 上:https://github.com/jashkenas/underscore/tree/master/test
#4 楼 @nightire 真是有耐心,赞一个
rspec 也有类似的功能
guard :rspec, cmd: 'rspec -f html -o ./tmp/spec_results.html', launchy: './tmp/spec_results.html' do end