Re: [Tutor] Unit testing individual modules

2013-11-20 Thread ALAN GAULD
;To: Alan Gauld >Sent: Wednesday, 20 November 2013, 17:44 >Subject: Re: [Tutor] Unit testing individual modules > > > >Thank you for your comments. >  >I am trying to import the program file named rball.py, then call/run one of >the modules  >within rball.py  [prin

Re: [Tutor] Unit testing individual modules

2013-11-19 Thread Alan Gauld
On 19/11/13 16:06, Patti Scott wrote: Python 2.4 self-study with Python Programming: An Introduction to Computer Science by Zelle I am trying to import a program that has a conditional execution statement at the end so I can troubleshoot individual modules in the main() program. I'm not quite s

[Tutor] Unit testing individual modules

2013-11-19 Thread Patti Scott
Python 2.4 self-study with Python Programming: An Introduction to Computer Science by Zelle   I am trying to import a program that has a conditional execution statement at the end so I can troubleshoot individual modules in the main() program.   Below is the textbook example program.  When I try t