Esempio n. 1
0
 def test_append_if_new_negate(self):
     a = Applications(TESTLIST1)
     a.append_if_new(TESTLIST2[2])
     self.assertSequenceEqual(a, TESTLIST1[::2])
Esempio n. 2
0
 def test_append_if_new_negate(self):
     a = Applications(TESTLIST1)
     a.append_if_new(TESTLIST2[2])
     self.assertSequenceEqual(a, TESTLIST1[::2])