Example #1
0
 def test_positive_integer_input_5(self):
     self.assertEqual(positive_int_input(""), None)
Example #2
0
 def test_positive_integer_input_2(self):
     self.assertEqual(positive_int_input("2"), 2)