OpenVoiceOS / OpenVoiceOS/ovos-date-parser
cs/Expand time format test coverage
Open
@JarbasAl is already working on this.
Since Nov 7, 2024.
cs
- Dominant language
- Python
- Stars
- 0
- Forks
- 8
- Avg merge
- 7h 9m
- Merged PRs (30d)
- 17
Description
This issue is to track the expansion of time format test coverage as discussed in PR #1 (link) under this comment. @JarbasAl requested to open this issue for tracking.
🛠️ Refactor suggestion
Expand time format test coverage significantly.
The current coverage is minimal. Consider adding test cases for:
-
Special times:
- Midnight (00:00)
- Noon (12:00)
- AM/PM transitions
- Single-digit hours
- Various minute combinations
-
Format variations:
- Leading zeros
- With/without seconds
- Different time zones
This will ensure robust handling of all time formatting scenarios.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.