示例#1
0
文件: test.py 项目: atooma/bbrepotest
 def test_mul(self):
     bb = BBRepoTest(5, 5)
     self.assertEqual(bb.mul(), 25)