タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Node.jsとTDDに関するd_akatsukaのブックマーク (2)

  • Expresso - TDD Framework For Node

    Expresso 0.9.0 Expresso is a JavaScript TDD framework written for nodejs. Expresso is extremely fast, and is packed with features such as additional assertion methods, code coverage reporting, CI support, and more. Featureslight-weightintuitive async supportintuitive test runner executabletest coverage support and reporting via node-jscoverageuses and extends the core assert moduleassert.eql() ali

  • node.js非同期処理のユニットテスト うるめねっと技研 – Linux派 -

    Posted on May 8, 2011 by cotaro node.jsのユニットテスト用ツールにnodeunitがある。 処理結果の判定を行う部分にはnodeunitが使えるが、そもそも非同期処理の処理結果を適切に受けとるワークフローが不明だった。 ざっと調べたところでは、トルコのKedir Pekelさんの「Testing NodeJS Powered Web Applications」というポストが秀逸だった。 要点は以下のとおり。 ベースのワークフローとして、nodeunit付属のhttputilを使う 処理結果はhttputilのclient.fetch()のコールバックの中で判定する 複数の非同期リクエストの複合ワークフローは” async“を用いて構築する(npm install可能) 上記の記事では、httpリクエストを関数にマップする手順のほか、Webフレームワーク

    d_akatsuka
    d_akatsuka 2011/05/08
    "node.js非同期処理のユニットテスト"
  • 1