TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Whiskey - A new node.js test framework from Rackspace

34 点作者 rphillips大约 13 年前

5 条评论

Judson大约 13 年前
A little bit OT, but did anyone else find that the fixed header on the blog made the article less pleasant to read? I kept trying to get it off the screen to focus on the article, and it felt like it was "covering up" something I wanted to see.
评论 #3705959 未加载
pie大约 13 年前
I find it a little strange that this post mentions Expresso but not its successor Mocha, which appears to have been started about the same time as Whiskey.<p>Anyway, this looks like a valuable contribution, and it's always good to see more well-supported tools in the Node ecosystem.
kodablah大约 13 年前
I currently use mocha with the Jasmine-like interface, and I don't believe I will change.<p>What I am wondering is why a new code coverage module was built, yet wasn't made available as a separate module. Is it really that dependent upon this particular testing framework?
tomazmuraus大约 13 年前
Disclaimer: I'm author of the blog post.<p>The title might be a bit misleading, but a first commit to Whiskey was actually made about a year ago (<a href="https://github.com/cloudkick/whiskey/commits/master?page=12" rel="nofollow">https://github.com/cloudkick/whiskey/commits/master?page=12</a>), before Mocha existed.
评论 #3705623 未加载
tlack大约 13 年前
I'm somewhat new to Node, but why do they have you run the test suite like this:<p><pre><code> npm test </code></pre> as mentioned here <a href="https://github.com/cloudkick/whiskey" rel="nofollow">https://github.com/cloudkick/whiskey</a> ? Shouldn't that just be 'node whiskey test' or similar?
评论 #3705663 未加载
评论 #3705631 未加载