FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-47042: Fix testing the HTML output in test_pydoc by serhiy-storchaka · Pull Request #31959 · python/cpython · GitHub

/ cpython Public

bpo-47042: Fix testing the HTML output in test_pydoc - #31959

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test_pydoc-test_html_doc
Mar 17, 2022
Merged

bpo-47042: Fix testing the HTML output in test_pydoc#31959
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test_pydoc-test_html_doc

Conversation

serhiy-storchaka commented Mar 17, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Previously it tested that that the actual output contains every non-whitespace
character from the expected output (ignoring order and repetitions).

Now it will test that the actual output contains the same lines as the expected
output, in the same order, ignoring indentation and empty lines.

https://bugs.python.org/issue47042

Previously it tested that that the actual output contains every non-whitespace
character from the expected output (ignoring order and repetitions).

Now it will test that the actual output contains the same lines as the expected
output, in the same order, ignoring indentation and empty lines.

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker a5d246066b5352a7d72e70ec0acb643e7c0861fa 3.10

Copy link
Copy Markdown
Contributor

Sorry @serhiy-storchaka, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker a5d246066b5352a7d72e70ec0acb643e7c0861fa 3.9

serhiy-storchaka deleted the test_pydoc-test_html_doc branch April 25, 2022 17:32
serhiy-storchaka removed their assignment Apr 25, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL