[New-bugs-announce] [issue16968] Fix test discovery for test_concurrent_futures.py

Zachary Ware report at bugs.python.org
Mon Jan 14 23:19:34 CET 2013


New submission from Zachary Ware:

Here's an incomplete patch to test_concurrent_futures.py that does not convert from test_main() to unittest.main(); the decorator on test_main has me unsure how to make the conversion.  I've attempted moving various parts of the decorator's functions to setUpModule and tearDownModule functions, but always wind up with a warning that the test has modified threading._dangling.

Guidance on this one would be much appreciated :)

----------
components: Tests
files: test_concurrent_futures_discovery.diff
keywords: patch
messages: 179983
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_concurrent_futures.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28729/test_concurrent_futures_discovery.diff

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


More information about the New-bugs-announce mailing list