[python-win32] Unit testing COM clients and Servers

David Primmer primmer at google.com
Fri Jun 16 02:40:23 CEST 2006


I'd like to use Test Drive Development when using ADSI, WMI and other 
COM libraries on Windows with Python. Can anyone give some hints as to 
how to get started or how they do it?

I'm fairly new to it and it seems like to write tests, you have to 
simulate the responses ADSI or WMI. I can find lots of help doing 
standard python unit testing but how does this change when using COM?

thanks.



More information about the Python-win32 mailing list