Esempio n. 1
0
 def test_equal_2(self):
     self.assertEqual(sum(random_ints(2, 6)), 6)
Esempio n. 2
0
 def test_equal_4(self):
     self.assertEqual(len(random_ints(2, 6)), 2)
Esempio n. 3
0
 def test_equal_1(self):
     self.assertEqual(sum(random_ints(3, 5)), 5)
Esempio n. 4
0
 def test_equal_3(self):
     self.assertEqual(len(random_ints(3, 5)), 3)