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. _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
