Skip to content

Commit

Permalink
added unit test for chained final cycle point
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dawson committed Dec 18, 2023
1 parent 60f3da1 commit 55e5941
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,17 @@ def test_process_startcp(
None,
id="Relative fcp"
),
pytest.param(
ISO8601_CYCLING_TYPE,
{
'initial cycle point': '2017-02-11',
'final cycle point': '+P4D+PT3H-PT2H',
},
None,
'20170215T0100+0530',
None,
id="Relative fcp chained"
),
pytest.param(
ISO8601_CYCLING_TYPE,
{
Expand Down

0 comments on commit 55e5941

Please sign in to comment.