I've cropped some unrelated parts of the output out.
Before
On class:
» ./python.exe -m test test_datetime -m test_utc_capi -v -R 3:3
----------------------------------------------------------------------
Ran 0 tests in 0.000s
NO TESTS RAN
test_datetime ran no tests
== Tests result: NO TESTS RAN ==
1 test run no tests:
test_datetime
On method:
» ./python.exe -m test test_import -m test_basic_multiple_interpreters_deleted_no_reset -R 3:3 -v
test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset) ... ok
----------------------------------------------------------------------
Ran 1 test in 0.059s
OK
X
test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset) ... skipped 'rerun not possible; module state is never cleared (see gh-102251)'
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK (skipped=1)
.
After
On class:
» ./python.exe -m test test_datetime -m test_utc_capi -v -R 3:3
test_utc_capi (test.datetimetester.CapiTest_Pure.test_utc_capi) ... skipped 'Not relevant in pure Python'
test_utc_capi (test.datetimetester.CapiTest_Fast.test_utc_capi) ... ok
----------------------------------------------------------------------
Ran 2 tests in 0.000s
OK (skipped=1)
X
setUpClass (test.datetimetester.CapiTest_Pure) ... skipped 'the encapsulated datetime C API does not support reloading'
setUpClass (test.datetimetester.CapiTest_Fast) ... skipped 'the encapsulated datetime C API does not support reloading'
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK (skipped=2)
X
On method:
» ./python.exe -m test test_import -m test_basic_multiple_interpreters_deleted_no_reset -R 3:3 -v
test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset) ... ok
----------------------------------------------------------------------
Ran 1 test in 0.056s
OK
X
.test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset) ... skipped 'rerun not possible; module state is never cleared (see gh-102251)'
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK (skipped=1)
.
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've cropped some unrelated parts of the output out.
Before
On class:
» ./python.exe -m test test_datetime -m test_utc_capi -v -R 3:3 ---------------------------------------------------------------------- Ran 0 tests in 0.000s NO TESTS RAN test_datetime ran no tests == Tests result: NO TESTS RAN == 1 test run no tests: test_datetimeOn method:
After
On class:
On method: