MCPcopy Index your code
hub / github.com/cherrypy/cherrypy / test_iterator

Method test_iterator

cherrypy/test/test_iterator.py:103–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 cherrypy.tree.mount(Root())
102
103 def test_iterator(self):
104 try:
105 self._test_iterator()
106 except Exception:
107 'Test fails intermittently. See #1419'
108
109 def _test_iterator(self):
110 if cherrypy.server.protocol_version != 'HTTP/1.1':

Callers

nothing calls this directly

Calls 1

_test_iteratorMethod · 0.95

Tested by

no test coverage detected