タグ

TESTに関するzia_glassのブックマーク (2)

  • Yahoo

    It is simple — you name the crime”: AOC grills GOP witness at House Oversight hearing on Biden family.I have a quick question, simple. Is it your testimony today that you personally witnessed President Joe Biden commit a crime? I believe the fact that he was sitting with me while I was putting together a business deal. Did you witness the president commit a crime? Is it your testimony today? Yes.

    Yahoo
    zia_glass
    zia_glass 2017/06/18
    api test
  • python unittestのテンプレート - Qiita

    背景 pythonには標準モジュールの中にunittestが含まれるのですが、使い方がすぐに分からなかったため、他のプロジェクトでもコピペできるようにテンプレートを備忘録として残しておきます。 *注意事項 python2.7以上からunittestではsetUpClass, tearDownClassというテストクラスの初期化時に実行されるメソッドを用いることができるようになりました。 python2.6以下の場合は、unittest2というモジュールをインポートすることでこれらのメソッドを使うことができます。 コードのテンプレート ポイント * unittest.main()では、setUpClass → (setUp → tearDown) *ループ → tearDownClass が実行されます。 * test用のメソッドは名前の先頭を test から始めなければなりません。e.g.

    python unittestのテンプレート - Qiita
  • 1