Skip to content

Conversation

@tokengeek
Copy link
Contributor

A number of specs would fail when DEBUG is passed as they were testing for no output on STDERR. Debug floods STDERR with debugging output causing using the tests and DEBUG together to be overwhelmed by inaccurate results.

This either makes those failing specs conditional or updates to use include to spot the expected output within STDERR rather than being equal to it, allowing any debugging output to pass by.

A number of specs would fail when `DEBUG` is passed as they were testing
for no output on STDERR. Debug floods STDERR with debugging output
causing using the tests and DEBUG together to be overwhelmed by
inaccurate results.

This either makes those failing specs conditional or updates to use
`include` to spot the expected output within STDERR rather than being
equal to it, allowing any debugging output to pass by.
@tokengeek tokengeek merged commit 6fef1c5 into master Dec 17, 2024
5 checks passed
@tokengeek tokengeek deleted the stabalise_specs_under_debug branch December 17, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants