No matter what I do sys.exit() is called by unittest, even the most trivial examples. I can\'t tell if my install is messed up or what is going on.
IDLE 1.2
try: sys.exit() except SystemExit: print('Simple as that, but you should really use a TestRunner instead')