Skip to content

Commit

Permalink
add another expected failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed May 21, 2024
1 parent 8c798d4 commit c8ebdc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def test_isdtype(dtype, kinds, xp, expected) -> None:
(
(np.dtype("int32"), "foo", np, (TypeError, ValueError), "kind"),
(np.dtype("int32"), np.signedinteger, np, TypeError, "kind"),
(np.dtype("float16"), 1, np, TypeError, "kind"),
),
)
def test_isdtype_error(dtype, kinds, xp, error, pattern):
Expand Down

0 comments on commit c8ebdc7

Please sign in to comment.