Skip to content

tests: migrate datetime package to testify#569

Merged
oleg-jukovec merged 1 commit intomasterfrom
testify-migrate-datetime
Apr 21, 2026
Merged

tests: migrate datetime package to testify#569
oleg-jukovec merged 1 commit intomasterfrom
testify-migrate-datetime

Conversation

@oleg-jukovec
Copy link
Copy Markdown
Collaborator

The datetime package tests used a mix of standard testing package
assertions (t.Fatal, t.Errorf) and testify. This inconsistency
made the code harder to read and maintain.

Migrated all assertions to testify (require for fatal errors,
assert for non-fatal), improving test readability and
consistency with other packages.

The datetime package tests used a mix of standard testing package
assertions (t.Fatal, t.Errorf) and testify. This inconsistency
made the code harder to read and maintain.

Migrated all assertions to testify (require for fatal errors,
assert for non-fatal), improving test readability and
consistency with other packages.
@oleg-jukovec oleg-jukovec merged commit 9ffbc68 into master Apr 21, 2026
42 of 43 checks passed
@oleg-jukovec oleg-jukovec deleted the testify-migrate-datetime branch April 21, 2026 08:29
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.

3 participants