[issue2821] unittest.py sys.exit error
New submission from Adam Getchell <[EMAIL PROTECTED]>: Picking the canonical example of unit test: import random import unittest class TestSequenceFunctions(unittest.TestCase): def setUp(self): self.seq = range(10) def testshuffle(self): # make sure the sh
[issue2821] unittest.py sys.exit error
Adam Getchell <[EMAIL PROTECTED]> added the comment: Agreed. C:\Projects\Python>python randomunittest.py ... -- Ran 3 tests in 0.003s OK C:\Projects\Python> > -Original Message- > From: Georg Bra