You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this while reading the source code while working on #14, so this is a purely theoretical bug report: XMLRPCTestTransport.request() has this line of code in it:
After thinking the issue over: I'd suggest to delete the XMLRPC support code here and use the one from zope.app.publisher which also defines the XMLRPC view ZCML directive. I see no way to add tests here without adding a dependency on zope.app.publisher.
I noticed this while reading the source code while working on #14, so this is a purely theoretical bug report: XMLRPCTestTransport.request() has this line of code in it:
but the
http()
function defined at the top level of the same module has this signature:Thus XMLRPCTestTransport cannot possibly work.
The text was updated successfully, but these errors were encountered: