Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-34381: refer to 'Running & Writing Tests' in README.rst for newco… #8797

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

Merged
merged 2 commits into from
Aug 17, 2018

Conversation

michael-o
Copy link
Contributor

@michael-o michael-o commented Aug 17, 2018

…mers

Patch by Michael Osipov.

The motivation was that I needed to disable the network tests, but did not know how. Better link to the section directly.

https://bugs.python.org/issue34381

@miss-islington
Copy link
Contributor

Thanks @michael-o for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 17, 2018
@bedevere-bot
Copy link

GH-8800 is a backport of this pull request to the 3.7 branch.

@bedevere-bot
Copy link

GH-8801 is a backport of this pull request to the 3.6 branch.

@miss-islington
Copy link
Contributor

Sorry, @michael-o and @terryjreedy, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker cae8ff93a696aa7d74562a9eeaf27afac1f181b4 2.7

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 17, 2018
miss-islington added a commit that referenced this pull request Aug 17, 2018
@terryjreedy
Copy link
Member

Michael, if you think it worth the trouble to backport this to 2.7, make a backport PR as instructed above and I will review and merge if correct. If you don't care anymore than I do, please say so and I will remove the label.

miss-islington added a commit that referenced this pull request Aug 17, 2018
@muhammadhasan05
Copy link

how have you created extension of python.?

@michael-o
Copy link
Contributor Author

@terryjreedy I am fine with 3.x. Newcomers shouldn't start with 2.7.

@michael-o michael-o deleted the bpo-34381 branch August 18, 2018 18:55
@michael-o
Copy link
Contributor Author

@muhammadhasan05 Are you referring to me?

carljm added a commit to carljm/cpython that referenced this pull request Aug 19, 2018
* master: (107 commits)
  bpo-22057: Clarify eval() documentation (pythonGH-8812)
  bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (pythonGH-8623)
  bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (pythonGH-8741)
  bpo-34415: Updated logging.Formatter docstring. (pythonGH-8811)
  bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (pythonGH-8808)
  bpo-34381: refer to 'Running & Writing Tests' in README.rst (pythonGH-8797)
  Improve error message when mock.assert_has_calls fails (pythonGH-8205)
  Warn not to set SIGPIPE to SIG_DFL (python#6773)
  bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (pythonGH-8796)
  bpo-34418: Fix HTTPErrorProcessor documentation (pythonGH-8793)
  bpo-34391: Fix ftplib test for TLS 1.3 (pythonGH-8787)
  bpo-34217: Use lowercase for windows headers (pythonGH-8472)
  bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (pythonGH-8756)
  bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (pythonGH-8775)
  bpo-34384: Fix os.readlink() on Windows (pythonGH-8740)
  closes bpo-34400: Fix undefined behavior in parsetok(). (pythonGH-4439)
  bpo-34399: 2048 bits RSA keys and DH params (python#8762)
  Make regular expressions in test_tasks.py raw strings. (pythonGH-8759)
  smtplib documentation fixes (pythonGH-8708)
  Fix misindented yaml in logging how to example (pythonGH-8604)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants