Since the issue tracker on bfg.repoze.org is still broken I'm posting 
this here.

I ran into a little problem today: I was adding some tests for a 
function which uses request.POST.getall(), but it turns out that 
repoze.bfg.testing.DummyRequest uses a plain dict for POST instead of a 
WebOb multidict, so .getall() is not available.

Wichert.
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to