White scenery @showyou, hatena

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

Entries from 2010-06-11 to 1 day

python+hudson+github

挑戦中。nose使って自動テスト→出力できれば幸せ http://www.rhonabwy.com/wp/2009/11/04/setting-up-a-python-ci-server-with-hudson/ ここにある通り、 nose -w hoge --with-xunitを設定してビルドしてnosetests.xmlを生成する 「JUnitテスト結果の集計」…

一個上のディレクトリをpathに追加

別ディレクトリのファイルのimport方法わからなかったので。 もうちょっとうまいやり方あるよなぁ。 sys.path.insert( 0, os.path.abspath(os.path.dirname(__file__)).rsplit("/",1)[0], )