util:wsgi: WSGITestCase should not subclass WSGICaller.
authorW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 17:54:07 +0000 (13:54 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 17:54:07 +0000 (13:54 -0400)
commitb3f9c555cdaee56f3ea07472c1304619e1f6a0ce
tree43a3a752ddd595ac7da7b00263e7f8c209188b29
parentdb403548c022711796942f25473e05e9fe02c04b
util:wsgi: WSGITestCase should not subclass WSGICaller.

The old implementation caused a number of unittest errors.

This commit adds a WSGICaller instance as WSGITestCase.caller, and
provides a wrapper .getURL method which copies the
status/headers/etc. from the caller back into the WSGITestCase.
libbe/util/wsgi.py