Ticket #231 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by ianb

  • status changed from new to closed
  • resolution set to fixed

Fixed in trunk and in WebTest?

Note: See TracTickets for help on using tickets.