Home | History | Annotate | Download | only in idle_test

Lines Matching refs:line2

11 line2 = 'b = a'
42 self.history.store(line2)
43 self.assertEqual(self.history.history, [line1, line2])
45 self.assertEqual(self.history.history, [line2, line1])
50 self.history.store(line2)
79 self.history.history = [line1, line2]
105 test(True, line2, prefix, 1)
113 test(False, line2, prefix, 1)
116 # Prefix 'a' tests skip line2, which starts with 'b'
133 test(True, line2, prefix, 1)
142 test(True, line2, prefix, 1)
150 self.fetch_test(True, line2, None, None, bell=True)