Home | History | Annotate | Download | only in idle_test

Lines Matching refs:line1

10 line1 = 'a = 7'
40 self.history.store(line1)
41 self.assertEqual(self.history.history, [line1])
43 self.assertEqual(self.history.history, [line1, line2])
44 self.history.store(line1)
45 self.assertEqual(self.history.history, [line2, line1])
48 self.history.prefix = line1
79 self.history.history = [line1, line2]
106 test(True, line1, prefix, 0)
112 test(False, line1, prefix, 0)
120 self.fetch_test(True, line1, prefix, 0)
126 self.fetch_test(False, line1, prefix, 0)
134 test(True, line1, prefix, 0)
135 test(True, line1, prefix, 0, bell=True)
157 self.fetch_test(True, line1, 'a =', 0) # prefix is reset