Ticket #231 (closed defect: fixed)
paste.fixture.TestApp._gen_request Should Accept MultiDict
| Reported by: | brendan | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | paste | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
A MultiDict? is what form values get turned into by paste anyway (request.params in Pylons) so the params argument of paste.fixture.TestApp?._gen_request should accept a MultiDict?. This would make testing a form that has multiple values for the same key much easier.
Change History
Note: See
TracTickets for help on using
tickets.
