Unit testing rhino.python

Is it possible to integrate rhino.python in a unit testing environment?

I would like to develop my plugin as a commercial product, but unit testing would be a requirement for me. I don’t know if anyone has done this before or if its possible.

Thanks for your feedback!

Lukas

We are doing C# .NET plug-in development (RhinoCommon is the SDK) and have integrated NUnit testing framewok with Rhino. Basically, this is also a plug-in.

Having done that, it is possible to run tests from Rhino in an automated fashion.