idea for testing tools

Paul Rubin http
Thu Feb 8 11:51:19 EST 2007


Jens Theisen <jth02 at arcor.de> 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)



More information about the Python-list mailing list