コード例 #1
0
 def test_unifying_list_correctly(self):
     variable = Variable()
     variable.value = [1, 2]
     self.assertEquals(variable.value, [1, 2],
                       'Lists should be unifyed correctly.')