Skip to content

Commit

Permalink
Update xarray/tests/test_cftimeindex.py
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Clark <[email protected]>
  • Loading branch information
kmuehlbauer and spencerkclark authored Dec 29, 2024
1 parent d733cc5 commit a6f41c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_cftimeindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def date_dict(
list(ISO8601_LIKE_STRING_TESTS.values()),
ids=list(ISO8601_LIKE_STRING_TESTS.keys()),
)
@pytest.mark.parametrize("five_digit_year", [False, True], ids=["4Y", "5Y"])
@pytest.mark.parametrize("five_digit_year", [False, True], ids=["four-digit-year", "five-digit-year"])
@pytest.mark.parametrize("sign", ["", "+", "-"], ids=["None", "plus", "minus"])
def test_parse_iso8601_like(five_digit_year, sign, string, expected):
pre = "1" if five_digit_year else ""
Expand Down

0 comments on commit a6f41c0

Please sign in to comment.