Jens Theisen <[EMAIL PROTECTED]> writes: > def test_some(): > assert a == b > > didn't reveal the values for a and b, though some more complex cases > showed something.
I usually use assert a == b, (a,b) -- http://mail.python.org/mailman/listinfo/python-list