()
| 748 | |
| 749 | |
| 750 | def test_udt_datasource1_exception(): |
| 751 | with pytest.raises(RuntimeError, match='datasource1_exception'): |
| 752 | _test_datasource1_udt(datasource1_exception) |
| 753 | |
| 754 | |
| 755 | @pytest.mark.numpy |
nothing calls this directly
no test coverage detected