Bruno Desthuilliers <[EMAIL PROTECTED]> writes: > http://codespeak.net/py/current/doc/test.html#assert-with-the-assert-statement
Ok, I didn't come across this before.
I didn't work for me though, even the simple case
#!/usr/bin/python
a = 1
b = 2
def test_some():
assert a == b
didn't reveal the values for a and b, though some more complex cases
showed something.
--
Cheers, Jens
--
http://mail.python.org/mailman/listinfo/python-list
