Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py73 def verify_error_matches(dts, expected_re): argument
79 with dtlib_raises(err_matches=expected_re):
1641 def verify_to_num_error_matches(prop, expected_re): argument
1642 with dtlib_raises(err_matches=expected_re):
1679 def verify_to_nums_error_matches(prop, expected_re): argument
1680 with dtlib_raises(err_matches=expected_re):
1708 def verify_to_bytes_error_matches(prop, expected_re): argument
1709 with dtlib_raises(err_matches=expected_re):
1731 def verify_to_string_error_matches(prop, expected_re): argument
1732 with dtlib_raises(err_matches=expected_re):
[all …]