Re: Possible bug in nevow.testutil.FakeRequest setHeaders and getHeaders
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <20100929205311.2022.1426647211.divmod.xquotient.7@localhost.localdomain> |
On 07:57 pm, [email protected] wrote: > >On Sep 29, 2010, at 11:31 AM, [email protected] wrote: >>First there would be tickets (plural) for adding features to Twisted's >>Request and FakeRequest from Nevow. Then there would be tickets (or >>maybe just a ticket) for deleting the corresponding (then redundant) >>code from Nevow. > >My two cents here would be to move in the direction of making Request >itself a data structure which could be manipulated in memory, rather >than having it tightly bound to the HTTP connection, and then having a >discrete test double. Yea, that sounds good too. Jean-Paul