Ejemplo n.º 1
0
 def test_simpleIncrease_8(self):
     self.assertEqual(simpleIncrease('12341'), False)
Ejemplo n.º 2
0
 def test_simpleIncrease_2(self):
     self.assertEqual(simpleIncrease('1234'), True)
Ejemplo n.º 3
0
 def test_simpleIncrease_5(self):
     self.assertEqual(simpleIncrease('012'), True)