Ejemplo n.º 1
0
 def test_simpleDecrease_8(self):
     self.assertEqual(simpleDecrease('43214'), False)
Ejemplo n.º 2
0
 def test_simpleDecrease_7(self):
     self.assertEqual(simpleDecrease('3213'), False)
Ejemplo n.º 3
0
 def test_simpleDecrease_6(self):
     self.assertEqual(simpleDecrease('212'), False)
Ejemplo n.º 4
0
 def test_simpleDecrease_5(self):
     self.assertEqual(simpleDecrease('210'), True)
Ejemplo n.º 5
0
 def test_simpleDecrease_4(self):
     self.assertEqual(simpleDecrease('432'), True)
Ejemplo n.º 6
0
 def test_simpleDecrease_3(self):
     self.assertEqual(simpleDecrease('54321'), True)