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

Skip to content

test_concurrent_futures.test_init prints unnecessary information #118140

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

Closed
Eclips4 opened this issue Apr 22, 2024 · 0 comments
Closed

test_concurrent_futures.test_init prints unnecessary information #118140

Eclips4 opened this issue Apr 22, 2024 · 0 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member

Eclips4 commented Apr 22, 2024

Bug report

Bug description:

./python.exe -m test -q test_concurrent_futures -m test_init
Using random seed: 2943892526
0:00:00 load avg: 2.95 Run 8 tests sequentially
.
----------------------------------------------------------------------
Ran 1 test in 0.228s

OK
.
----------------------------------------------------------------------
Ran 1 test in 0.234s

OK
test_concurrent_futures.test_wait ran no tests

== Tests result: SUCCESS ==

7 tests run no tests:
    test_concurrent_futures.test_as_completed
    test_concurrent_futures.test_deadlock
    test_concurrent_futures.test_future
    test_concurrent_futures.test_process_pool
    test_concurrent_futures.test_shutdown
    test_concurrent_futures.test_thread_pool
    test_concurrent_futures.test_wait

Total duration: 1.8 sec
Total tests: run=10 (filtered)
Total test files: run=8/8 (filtered) run_no_tests=7
Result: SUCCESS

Please note that the test suite was runned in quiet mode (-q).
For me it's not obvious which test is being run, so I consider this information unnecessary.

CPython versions tested on:

CPython main branch

Operating systems tested on:

macOS

Linked PRs

@Eclips4 Eclips4 added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir labels Apr 22, 2024
encukou pushed a commit that referenced this issue Apr 23, 2024
…18141)

Add stream argument to unittest.TextTestRunner call
@Eclips4 Eclips4 closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant