OK, I put the tool on GitHub: https://github.com/jschementi/ironpython-mstest/zipball/master Please help me test out the clean install: To install: 0. Make sure you have IronPython installed. 1. Run path\to\extracted\zip\Releases\IronPythonTools.Testing.vsix 2. Run path\to\extracted\zip\Releases\install.bat as an Administrator (might see a bunch of warnings ... take a look at them but keep going ...) To use/test: 1. Open ExampleTestProject\ExampleTestProject.sln in a new instance of Visual Studio 2. Delete test_example.cs (test_example.py's code-behind). 4. Open test_example.py and immediately save it; this should regenerate test_example.cs. 5. Now run that project's unit tests, and you should see them run as any other MSTest. Let me know if you run into any issues. If not, I'll write some documentation and maybe make a proper installer. ~Jimmy |
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users