Mailing List Archive

[issue2578] Figure out what to do with unittest's redundant APIs
Gregory P. Smith <greg@krypto.org> added the comment:

FYI - As a side note to this issue of removing the clutter of alternate
names - I intend to gather up the worthy non-clutter additional unittest
assertFoo APIs that we have at Google to contribute towards 3.1/2.7, my
goal is to do this before PyCon this year.

This thread from last spring summarizes the types of things I'd like
include already.

http://mail.python.org/pipermail/python-dev/2008-April/078716.html

----------
nosy: +gregory.p.smith

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue2578] Figure out what to do with unittest's redundant APIs [ In reply to ]
Changes by Gregory P. Smith <greg@krypto.org>:


----------
assignee: purcell -> gregory.p.smith

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue2578] Figure out what to do with unittest's redundant APIs [ In reply to ]
Changes by Gregory P. Smith <greg@krypto.org>:


----------
priority: -> normal
versions: +Python 2.7, Python 3.1 -Python 3.0

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue2578] Figure out what to do with unittest's redundant APIs [ In reply to ]
Guilherme Polo <ggpolo@gmail.com> added the comment:

As an side-side-note, I find much more important to add some kind of
test discovery since it is being duplicated in several packages in Lib/
and will continue being duplicated.

----------
nosy: +gpolo

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue2578] Figure out what to do with unittest's redundant APIs [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:

@gpsmith: Way to go!

@gpolo: Alas, test discovery is now a much harder problem because it
depends on using conventions for test naming. Unless all existing
implementations use the same conventions, it's hard to see how to
replace them. Please bring that up on python-ideas@python.org.

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue2578] Figure out what to do with unittest's redundant APIs [ In reply to ]
Changes by Giampaolo Rodola' <billiejoex@users.sourceforge.net>:


----------
nosy: +giampaolo.rodola

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com