Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID3v2: Move Id3v2Tag unit tests to tag/tests.rs #310

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Conversation

Serial-ATA
Copy link
Owner

We reached nearly 1.5k lines of unit tests for Id3v2Tag, and with the tag module already being quite large itself, it was nearly 3k lines total.

Moving the unit tests to {module}/tests.rs is a common pattern in std.

We reached nearly 1.5k lines of unit tests for `Id3v2Tag`, and with the `tag` module already being quite large itself, it was nearly 3k lines total.

Moving the unit tests to `{module}/tests.rs` is a common pattern in std.
@Serial-ATA Serial-ATA merged commit 9444766 into main Dec 31, 2023
11 of 12 checks passed
@Serial-ATA Serial-ATA deleted the move-id3v2-tests branch December 31, 2023 18:03
@Serial-ATA Serial-ATA added this to the 0.18.0 milestone Jan 3, 2024
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.

None yet

1 participant