From: Steve P. <ste...@ya...> - 2001-07-04 06:22:18
|
Patrick K. O'Brien wrote: > <getting on soapbox> > > Frankly, the existing names seem like a horrific attempt to avoid the word > "test." Reminds me of the story of the blind men trying to describe an > elephant. Now that we can see the beast, let's just call it an elephant. > > <off soapbox> If they bother you so much, why not try class BasicTestCase(unittest.TestCase): testEqual = unittest.TestCase.assertEqual # ... etc ... and use this as the base class for your tests instead of unittest.TestCase. -Steve -- Steve Purcell, Pythangelist Get testing at http://pyunit.sourceforge.net/ Any opinions expressed herein are my own and not necessarily those of Yahoo |