[New-bugs-announce] [issue14407] concurrent.futures tests don't adher to test_cases protocol

Matt Joiner report at bugs.python.org
Sun Mar 25 20:44:35 CEST 2012


New submission from Matt Joiner <anacrolix at gmail.com>:

matt at matt-1005P:~/src/cpython$ ./python -m unittest test.test_concurrent_futures
Ran 79 tests in 62.554s

FAILED (errors=18)

Failures are due to test discovery picking up unintentionally exposed tests. By adhering to the test_cases protocol introduced in 3.2, this doesn't occur.

Patch attached.

----------
components: Tests
files: test_concurrent_futures-load_tests-protocol.patch
keywords: patch
messages: 156766
nosy: anacrolix
priority: normal
severity: normal
status: open
title: concurrent.futures tests don't adher to test_cases protocol
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file25021/test_concurrent_futures-load_tests-protocol.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14407>
_______________________________________


More information about the New-bugs-announce mailing list