New submission from Matt Joiner <anacro...@gmail.com>: matt@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14407> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com