MCPcopy Create free account
hub / github.com/EasyIME/PIME / test_iter

Method test_iter

python/python3/tornado/test/options_test.py:135–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 return options
134
135 def test_iter(self):
136 options = self._sample_options()
137 # OptionParsers always define 'help'.
138 self.assertEqual(set(["a", "b", "help"]), set(iter(options)))
139
140 def test_getitem(self):
141 options = self._sample_options()

Callers

nothing calls this directly

Calls 1

_sample_optionsMethod · 0.95

Tested by

no test coverage detected