Example #1
0
 def test_sum(self):
     bb = BBRepoTest(5, 6)
     self.assertEqual(bb.sum(), 11)