Re: Fwd: python unit test framework sample code

2016-01-11 Thread Ganesh Pal
Thu, Jan 7, 2016 at 12:26 PM > Subject: Re: python unit test framework sample code > To: Terry Reedy > > > Unless you have a large program already in 2.6 and are just adding tests > > (perhaps so you can more easily upgrade someday), consider upgrading to a > > newer

Fwd: python unit test framework sample code

2016-01-10 Thread Ganesh Pal
Apologies, looks like I did a reply instead of reply-all. So forwarding this email , please provide guidance on the same -- Forwarded message -- From: Ganesh Pal Date: Thu, Jan 7, 2016 at 12:26 PM Subject: Re: python unit test framework sample code To: Terry Reedy > Unless

Re: python unit test framework sample code

2016-01-06 Thread Terry Reedy
On 1/6/2016 8:45 AM, Ganesh Pal wrote: Hello Team, I have written a small program using python unit test framework . I need your guidance to find out 1. If I have used the fixtures and classes properly ( first oop program) :) ) 2. why does unittest2.SkipTest not print the message when the failu

python unit test framework sample code

2016-01-06 Thread Ganesh Pal
Hello Team, I have written a small program using python unit test framework . I need your guidance to find out 1. If I have used the fixtures and classes properly ( first oop program) :) ) 2. why does unittest2.SkipTest not print the message when the failures are encountered ? 3. Also sys.stderr