Searched refs:rinfo (Results 1 – 2 of 2) sorted by relevance
516 with pytest.raises(RuntimeError) as rinfo:519 assert str(rinfo.value) == "This version of BOSSA does not support the" \552 with pytest.raises(RuntimeError) as rinfo:555 assert str(rinfo.value) == "The device tree zephyr,code-partition" \588 with pytest.raises(RuntimeError) as rinfo:591 assert str(rinfo.value) == \
249 with pytest.raises(ValueError) as rinfo:252 assert str(rinfo.value) == test_case['e']274 with pytest.raises(ValueError) as rinfo:277 assert str(rinfo.value) == test_case['e']