Lines Matching refs:value

69         assert "incompatible function arguments" in str(excinfo.value)
83 in str(excinfo.value))
87 in str(excinfo.value))
91 in str(excinfo.value))
111 assert 'Unable to cast Python instance' in str(excinfo.value)
115 assert 'Unable to cast Python instance' in str(excinfo.value)
180 assert msg(excinfo.value) == """
188 assert msg(excinfo.value) == """
548 assert ('get_elem_nocopy(): incompatible function arguments.' in str(excinfo.value) and
549 ', flags.f_contiguous' in str(excinfo.value))
553 assert ('get_elem_nocopy(): incompatible function arguments.' in str(excinfo.value) and
554 ', flags.f_contiguous' in str(excinfo.value))
557 assert ('get_elem_nocopy(): incompatible function arguments.' in str(excinfo.value) and
558 ', flags.f_contiguous' in str(excinfo.value))
563 assert ('get_elem_rm_nocopy(): incompatible function arguments.' in str(excinfo.value) and
564 ', flags.c_contiguous' in str(excinfo.value))
567 assert ('get_elem_rm_nocopy(): incompatible function arguments.' in str(excinfo.value) and
568 ', flags.c_contiguous' in str(excinfo.value))
572 assert ('get_elem_rm_nocopy(): incompatible function arguments.' in str(excinfo.value) and
573 ', flags.c_contiguous' in str(excinfo.value))
633 assert str(excinfo.value) == 'Nonconformable matrices!'
637 assert str(excinfo.value) == 'Nonconformable matrices!'
641 assert str(excinfo.value) == 'Nonconformable matrices!'
682 assert "incompatible function arguments" in str(excinfo.value)
685 assert "incompatible function arguments" in str(excinfo.value)