Feeling Transfer Protocol

何か心が動いた時とかに衝動的に気持ちを発信するツール

python

とあるnosetestsコマンドのあれこれ1

pythonのnoseモジュールのお話※ インストール pip install nose 例えば下記のようなsample_test.pyを書いておいて、 #!/usr/local/bin/python # -*- coding: utf-8 -*- class TestSample(object): """This is sample test.""" @classmethod def setup_class(…