Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
General cleanup of test_pydoc#29459
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Uniform usage of `test.support.requires_docstrings` instead of a local check for `-OO`.- Added `requires_docstrings` to a couple more methods that need it.- Replaced a few instances of `test.test_pydoc` with `__name__` to allow for different methods of running just this test file.- Rewrote `test_server` to run faster and better test the server.- Removed unused import.- Removed unused locals.- Minor whitespace cleanups.
miss-islington commentedNov 7, 2021
Thanks@zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
miss-islington commentedNov 7, 2021
Sorry,@zware, I could not cleanly backport this to |
miss-islington commentedNov 7, 2021
Sorry@zware, I had trouble checking out the |
- Uniform usage of `test.support.requires_docstrings` instead of a local check for `-OO`.- Added `requires_docstrings` to a couple more methods that need it.- Replaced a few instances of `test.test_pydoc` with `__name__` to allow for different methods of running just this test file.- Rewrote `test_server` to run faster and better test the server.- Removed unused import.- Removed unused locals.- Minor whitespace cleanups.
- Uniform usage of `test.support.requires_docstrings` instead of a local check for `-OO`.- Added `requires_docstrings` to a couple more methods that need it.- Replaced a few instances of `test.test_pydoc` with `__name__` to allow for different methods of running just this test file.- Rewrote `test_server` to run faster and better test the server.- Removed unused import.- Removed unused locals.- Minor whitespace cleanups.
Uh oh!
There was an error while loading.Please reload this page.
test.support.requires_docstringsinstead of alocal check for
-OO.requires_docstringsto a couple more methods that need it.test.test_pydocwith__name__to allowfor different methods of running just this test file.
test_serverto run faster and better test the server.