Example #1
0
 def test_problema1(self):
     result = lampadas(1)
     self.assertEquals(["on"], result)
Example #2
0
 def test_problema5(self):
     result = lampadas(6)
     self.assertEquals(["on","off","off","on","off", "off"],result)