White scenery @showyou, hatena

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

Entries from 2009-12-29 to 1 day

豚野郎

豚丼茶漬けうまい。 http://r.gnavi.co.jp/e450600/

今日の料理3

http://d.hatena.ne.jp/showyou/20091217/1261061508こんな感じに変えた。あまり変わってないかと # -*- coding:utf-8 -*- import analyzer #from nose.tools import assert_equal class Test_removeCharacter(): def testHTTP(self): assert self._rc(u"検…

noseが残念な話

1.import nose;nose.main()ができない これうちの環境(Ubuntu 9.04 x86, python 2.6.4)だけなのかもしれないけど def testHoge(): ... if __name__ == '__main__': import nose nose.main() でpython test.pyとやっても0 testsになる。 2.utf-8対応が貧弱 こ…