简体   繁体   中英

What kind of setup (IDE et al) do I need to run IronPython unit tests of C#.NET developed assemblies?

I'm attempting to learn IronPython, to broaden my .NET horizons. I want to be able to use Python to write the unit-tests for my next personal project. So being able to access C#.NET assemblies from my Python code is necessary. I also wanted an IDE with auto-complete and smart indenting. PyScripter seemed like a good option, but can I run IronPython from it, and can I link to .NET assemblies from it?

What kind of setup (IDE et al) do I need to run IronPython unit tests of C#.NET developed assemblies?

这是有关不同IDE及其如何与IronPython一起工作的文章的很好链接: http : //www.voidspace.org.uk/ironpython/tools-and-ides.shtml

See Michael Foord's website for IDE and unittest also discover. And many IronPython articles and the book IronPython in Action and his tweets save you having to hunt for IronPython references

FWIW, Frood himself uses Wing IDE.

But, if its on Windows, why not VS?

您也可以考虑将Eclipse与PyDev结合使用,该支持PyDev

You can use Visual Studio. I use IronPython Studio integrated with VS2008. But I feel that it has very poor intellisense for Python.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM