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

Make docs/cookbook/test_recipes.py ignore whitespace differences #2280

Merged
merged 1 commit into from
Mar 31, 2019
Merged

Make docs/cookbook/test_recipes.py ignore whitespace differences #2280

merged 1 commit into from
Mar 31, 2019

Conversation

martinholmer
Copy link
Collaborator

This pull request tries to resolve issue #2275, which revealed that the recipe results generated by Windows command-line IO redirection have a difference pattern of whitespace than they have on a Mac or a Linux computer. It does that by removing all the whitespace characters (space, tab, end-of-line, etc.) from the actual and expected recipe results and then comparing those two strings to see if they are different or not.

@Thirdhuman

@codecov
Copy link

codecov bot commented Mar 31, 2019

Codecov Report

Merging #2280 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2280   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          12      12           
  Lines        2997    2997           
======================================
  Hits         2997    2997

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6eafe14...92454d9. Read the comment docs.

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.

1 participant