Hi
     I 'm trying to test django app using built-in django unit
testing. Some of it make a call to xml-rpc server using xmlrpclib.
Now, I use django testing framework and can run unit testing except
that I can't enable in-process xml-rpc server.

     My idea is, create xml-rpc server mock as a part of project and
config to enable it if we run unit test . This can be done using
separate settings file from production setting. The problem is, every
xml-rpc call (to in-process xml-rpc mock server) raise 10061
'Connection refused'. For twill xml-rpc intercept, it has
httpconnection to connect calling to in-process server. I don't sure
if it is an issue here.

    Any idea is welcomed.

Thank

Chatchai


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to