Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Nov 14, 2024
1 parent 9c58701 commit 75f38ce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/test_dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,6 @@ def test_date_hindcast_1():
assert len(list(d)) == 60


def test_date_hindcast_2():
d = _(
"""
- name: hindcast
reference_dates:
start: 2023-01-01
end: 2023-01-03
frequency: 24
years: [2018, 2019, 2020, 2021]
"""
)
assert len(list(d)) == 12


if __name__ == "__main__":
for name, obj in list(globals().items()):
if name.startswith("test_") and callable(obj):
Expand Down

0 comments on commit 75f38ce

Please sign in to comment.