def assertFalse( b ): """assertFalse(b) """ if b: print >>sys.stderr, "Error: expected value to be False" traceback.print_stack()