コード例 #1
0
ファイル: test.py プロジェクト: atooma/bbrepotest
 def test_sum(self):
     bb = BBRepoTest(5, 6)
     self.assertEqual(bb.sum(), 11)