White scenery @showyou, hatena

If you have any comments, you may also send twitter @shsub or @showyou.

python+hudson+github

挑戦中。nose使って自動テスト→出力できれば幸せ


http://www.rhonabwy.com/wp/2009/11/04/setting-up-a-python-ci-server-with-hudson/
ここにある通り、

  1. nose -w hoge --with-xunitを設定してビルドしてnosetests.xmlを生成する
  2. JUnitテスト結果の集計」のとこにnosetests.xmlを入力してまたビルド

で実行結果が集計されて幸せになる。