Exemple #1
0
 def testCanReset(self):
     ViExecutionState.select_word_begin_from_empty_line = True
     ViExecutionState.reset()
     self.assertFalse(ViExecutionState.select_word_begin_from_empty_line)
Exemple #2
0
 def testCanReset(self):
     ViExecutionState.select_word_begin_from_empty_line = True
     ViExecutionState.reset()
     self.assertFalse(ViExecutionState.select_word_begin_from_empty_line)