Small Python fixtures and tests for common regression shapes: parsing, dates, retries, and edge cases.
The repository uses only the Python standard library so it can run quickly in fresh environments.
python3 -m unittest discover -s tests- ISO date range normalization.
- Retry schedule generation with a maximum delay.
- Key-value parsing for lightweight configuration strings.
- Fixtures are small enough to understand before reading the implementation.
- Tests describe the user-facing behavior.
- No external services or credentials are required.