(self)
| 1725 | |
| 1726 | @pytest.mark.xfail(reason="See gh-9847") |
| 1727 | def test_cast_from_unicode(self): |
| 1728 | self._test_cast_from_flexible(np.str_) |
| 1729 | |
| 1730 | @pytest.mark.xfail(reason="See gh-9847") |
| 1731 | def test_cast_from_bytes(self): |
nothing calls this directly
no test coverage detected