Antoine Pitrou <pit...@free.fr> added the comment: I think it would be sufficient to invoke the addition through a helper function, that is:
def add(x, y): return x + y if add(1e16, 2.0) != add(1e16, 2.9999): return Also, instead of "return", you might use the new "raise unittest.SkipTest('some message')". ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5593> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com