(self)
| 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': |
nothing calls this directly
no test coverage detected