Hello,

test is in attachment.

$ py.test -v test_web.py
+ testmodule: /home/maio/tmp/test_web.py
test_web.py:3        test_raises FAIL (0.00)

$ py.test -wr test_web.py
Tests [FINISHED 1 run, 0 failures, 0 skipped]

cu,
Maio
import py

def test_raises():
    py.test.raises(ValueError, lambda : 123)

_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to