def testKnowsAllSettings(self): all_settings = [ 'hlsearch', 'incsearch', 'autoindent' ] self.assertEqual(sorted(all_settings), sorted(list(VI_OPTIONS.keys())))
def testKnowsAllSettings(self): all_settings = [ 'hlsearch', 'magic', 'incsearch', 'autoindent', 'showminimap', 'rulers', ] self.assertEqual(sorted(all_settings), sorted(list(VI_OPTIONS.keys())))