Python testing in Rhino

Rhino uses IronPython so to answer your question; yes it works with IronPython. (Check out the following link for more information What version of Python does Rhino use?) Just follow the advice given in the Unittest in Rhino Python and you should be able to get your unittest going. I never tried doctest. What feature of doctest that is missing in unittest?

1 Like