Lines Matching refs:expected_re
73 def verify_error_matches(dts, expected_re): argument
79 with dtlib_raises(err_matches=expected_re):
1673 def verify_to_num_error_matches(prop, expected_re): argument
1674 with dtlib_raises(err_matches=expected_re):
1711 def verify_to_nums_error_matches(prop, expected_re): argument
1712 with dtlib_raises(err_matches=expected_re):
1740 def verify_to_bytes_error_matches(prop, expected_re): argument
1741 with dtlib_raises(err_matches=expected_re):
1763 def verify_to_string_error_matches(prop, expected_re): argument
1764 with dtlib_raises(err_matches=expected_re):
1790 def verify_to_strings_error_matches(prop, expected_re): argument
1791 with dtlib_raises(err_matches=expected_re):
1814 def verify_to_node_error_matches(prop, expected_re): argument
1815 with dtlib_raises(err_matches=expected_re):
1835 def verify_to_nodes_error_matches(prop, expected_re): argument
1836 with dtlib_raises(err_matches=expected_re):
1860 def verify_to_path_error_matches(prop, expected_re): argument
1861 with dtlib_raises(err_matches=expected_re):