Home
last modified time | relevance | path

Searched refs:rinfo (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/tests/
Dtest_bossac.py516 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) == \
Dtest_mdb.py249 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']