call site 19 for code.ExceptionInfo.exconly
code/testing/test_excinfo.py - line 197
195
196
197
   def test_excinfo_exconly():
       excinfo = py.test.raises(ValueError, h)
->     assert excinfo.exconly().startswith('ValueError')