Skip to content

[codex] Fix day duration parsing#75

Open
wangedmund77-cmyk wants to merge 1 commit into
tine1117:mainfrom
wangedmund77-cmyk:codex/fix-days-duration
Open

[codex] Fix day duration parsing#75
wangedmund77-cmyk wants to merge 1 commit into
tine1117:mainfrom
wangedmund77-cmyk:codex/fix-days-duration

Conversation

@wangedmund77-cmyk

Copy link
Copy Markdown

Summary

  • add the missing d unit mapping to parse_duration
  • cover standalone and combined day durations with regression tests

Validation

  • python3 -m unittest discover -s tests
  • git diff --check

Fixes #1

/claim #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parse_duration drops the days (d) unit

1 participant