On Montag, 4. August 2008, Luiz Siqueira wrote: > I'm new with Eric and want to know how to do UnitTests in Eric way. I > have large experience with XP in Java and C# but in Python I have my > on way to do this. > > A Tutorial or Manual would be well come, but I can't find on the Eric site. > > Thanks about some help. > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric
Eric just provides an interface to the standard Python unittest. That said, every tutorial on unittest should be ok. I think, Dive into Python has a fairly good one. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
