| 99 | |
| 100 | |
| 101 | class TestServerHTTPChannel(http.HTTPChannel): |
| 102 | factory: "TestServerFactory" |
| 103 | requestFactory = TestServerRequest |
| 104 | |
| 105 | |
| 106 | class TestServerFactory(http.HTTPFactory): |
nothing calls this directly
no outgoing calls
no test coverage detected