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

Silence noise from corpus test #165

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Conversation

haarg
Copy link
Contributor

@haarg haarg commented Jul 2, 2024

After #162, the corpus.t test outputs a lot of noise, because it is using diag for extra information for its passing cases.

Convert those uses of diag to use note instead, and change some cases to named tests.

haarg added 2 commits July 2, 2024 21:17
diag outputs to STDERR and shouldn't be used for extra output in
passing cases.
For some cases, switch from using an if condition and a note and ok,
just use an ok call but giving the test a name.
Copy link
Contributor

@jkeenan jkeenan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this clears up noise during testing.

@khwilliamson khwilliamson merged commit a2eaba2 into perl-pod:master Jul 17, 2024
20 checks passed
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

3 participants