Re: unittest behaving oddly

2006-06-20 Thread David Vincent
-BEGIN PGP SIGNED MESSAGE- On 20/06/2006, at 23:15, Mike Kent wrote: > David Vincent wrote: > >>> import unittest >>> >>> class IntegerArithmenticTestCase(unittest.TestCase): >>> def testAdd(self): ## test method names begin &

unittest behaving oddly

2006-06-20 Thread David Vincent
-BEGIN PGP SIGNED MESSAGE- Hello I'm hoping to get some insight into a situation that seems odd to me. My Python experience is limited; I've just started using the unittest module. I've had some experience with unit test support in other languages. Two computers that I use are sim