Patrick O'Brien wrote: > On 12/30/06, *Ryan Ginstrom* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hello all: > > I've started using IronPython on a new desktop application, and I > am really > enjoying it. One thing I missed, though, was an easy-to-use unit > testing > framework. I'm very new to both .NET and IronPython, but I made a > first stab > at writing a unit testing module. > > > Why not use the unittest that comes with CPython? It seems to work > fine for me under IP. > Agreed. We use unittest as the basis of our test framework.
Michael http://www.voidspace.org.uk/python/articles.shtml > -- > Patrick K. O'Brien > Orbtech http://www.orbtech.com > Schevo http://www.schevo.org > Louie http://www.pylouie.org > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
