Lines Matching refs:e
311 with pytest.raises(edtlib.EDTError) as e:
315 in str(e.value))
317 with pytest.raises(edtlib.EDTError) as e:
321 in str(e.value))
323 with pytest.raises(edtlib.EDTError) as e:
326 value_str = str(e.value)
330 with pytest.raises(edtlib.EDTError) as e:
333 value_str = str(e.value)
337 with pytest.raises(edtlib.EDTError) as e:
340 value_str = str(e.value)
347 with pytest.raises(edtlib.EDTError) as e:
350 value_str = str(e.value)
355 with pytest.raises(edtlib.EDTError) as e:
358 value_str = str(e.value)
890 with pytest.raises(edtlib.EDTError) as e:
893 in str(e.value))
895 with pytest.raises(edtlib.EDTError) as e:
897 value_str = str(e.value)
987 with pytest.raises(edtlib.EDTError) as e:
990 assert str(e.value) == expected_err