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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to