Skip to content

gh-115450: Fix direct invocation of test_desctut #115451

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 1 commit into from
Feb 14, 2024

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Feb 14, 2024

Both ways now work:

» ./python.exe -m test test_descrtut
Using random seed: 363654913
0:00:00 load avg: 1.49 Run 1 test sequentially
0:00:00 load avg: 1.49 [1/1] test_descrtut

== Tests result: SUCCESS ==

1 test OK.

Total duration: 31 ms
Total tests: run=8
Total test files: run=1/1
Result: SUCCESS

and

» ./python.exe Lib/test/test_descrtut.py
........
----------------------------------------------------------------------
Ran 8 tests in 0.007s

OK

@sobolevn sobolevn merged commit ec8909a into python:main Feb 14, 2024
@miss-islington-app
Copy link

Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 14, 2024
…5451)

(cherry picked from commit ec8909a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-app
Copy link

bedevere-app bot commented Feb 14, 2024

GH-115453 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Feb 14, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 14, 2024
…5451)

(cherry picked from commit ec8909a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-app
Copy link

bedevere-app bot commented Feb 14, 2024

GH-115454 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Feb 14, 2024
sobolevn added a commit that referenced this pull request Feb 14, 2024
…#115453)

gh-115450: Fix direct invocation of `test_desctut` (GH-115451)
(cherry picked from commit ec8909a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
sobolevn added a commit that referenced this pull request Feb 14, 2024
…#115454)

gh-115450: Fix direct invocation of `test_desctut` (GH-115451)
(cherry picked from commit ec8909a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull request Feb 14, 2024
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.

2 participants