1
vote
Iron python, beautiful soup, win32 app
We are distributing a 40k line IronPython application. We have not been able to compile the whole thing into a single binary distributable. Instead we have been distributing it as a zillion tiny dl …
0
votes
Best test runner? (Unit Testing, .NET)
We write our .NET tests in IronPython, which means we can write all our tests using the Python standard library module 'unittest'. The advantage of this is that running tests is a single command. W …
0
votes
Can you recommend low cost automated testing tools for a .NET Winforms application?
One low cost tool is to write your own. That's what we have done.
We use IronPython to write our tests. It's a great language for that. It's a full .NET language, so it can call your .NET p …
