Example #1
0
 def test_subtract(self):
     # test that 1 - 1 = 0
     self.assertEqual(MonteCarlo.subtract(1, 1), 0)