[issue17690] Fix test discovery for test_time.py

2013-04-11 Thread Ezio Melotti

Ezio Melotti added the comment:

Fixed, thanks for the patch!

--
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



[issue17690] Fix test discovery for test_time.py

2013-04-11 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 20efcabcd5c0 by Ezio Melotti in branch '3.3':
#17690: test_time now works with unittest test discovery.  Patch by Zachary 
Ware.
http://hg.python.org/cpython/rev/20efcabcd5c0

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

--
nosy: +python-dev

___
Python tracker 

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



[issue17690] Fix test discovery for test_time.py

2013-04-10 Thread Zachary Ware

New submission from Zachary Ware:

Just inheritance issues in this one.  The patch removes _BaseYearTest as its 
only use was as a unittest.TestCase subclass to inherit from, which caused the 
discovery issues.

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

___
Python tracker 

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