[issue17333] Fix test discovery for test_imaplib.py

2013-03-01 Thread Zachary Ware

New submission from Zachary Ware:

Here's a patch for test_imaplib.py that converts test_main into load_tests.

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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17333] Fix test discovery for test_imaplib.py

2013-03-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 02bbc5375a56 by Ezio Melotti in branch '3.3':
#17333: test_imaplib now works with unittest test discovery.  Patch by Zachary 
Ware.
http://hg.python.org/cpython/rev/02bbc5375a56

New changeset b8bafae4a15a by Ezio Melotti in branch 'default':
#17333: merge with 3.3.
http://hg.python.org/cpython/rev/b8bafae4a15a

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17333] Fix test discovery for test_imaplib.py

2013-03-02 Thread Ezio Melotti

Ezio Melotti added the comment:

Fixed, thanks for the patch!
As noted in msg183314, several tests are not included while using unittest 
discovery, but that's a separate issue.

--
assignee:  -> ezio.melotti
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com