[issue8273] move generally useful test_support functions into the unittest package

2010-09-03 Thread Florent Xicluna

Florent Xicluna florent.xicl...@gmail.com added the comment:

Issue #9754 proposes to implement assertWarns / assertWarnsRegexp

--
dependencies: +assertWarns and assertWarnsRegexp

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



[issue8273] move generally useful test_support functions into the unittest package

2010-07-23 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
nosy: +merwok

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



[issue8273] move generally useful test_support functions into the unittest package

2010-04-19 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Also note that the test_support module is for some reason documented here: 
http://docs.python.org/library/test.html#module-test.test_support
This means that there are probably developers out there that are already using 
these functions even if some of them are not intended/designed to be used 
outside the Python test suite.
This situation is sub-optimal for two reasons:
1) test_support can't evolve quickly because the documented functions have to 
be backward-compatible;
2) other developers are using these python-test-suite-specific functions in 
their tests;
It would be better to keep test_support for our test suite only and 
provide/move useful function in unittest.

--

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



[issue8273] move generally useful test_support functions into the unittest package

2010-04-19 Thread Tim Golden

Changes by Tim Golden m...@timgolden.me.uk:


--
nosy:  -tim.golden

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



[issue8273] move generally useful test_support functions into the unittest package

2010-04-19 Thread Georg Brandl

Changes by Georg Brandl ge...@python.org:


--
nosy:  -georg.brandl

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



[issue8273] move generally useful test_support functions into the unittest package

2010-04-16 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
title: move test_support into the unittest package - move generally useful 
test_support functions into the unittest package

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



[issue8273] move generally useful test_support functions into the unittest package

2010-04-16 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Not the module as it is, but just some of the APIs that it provides, possibly 
after a cleanup to remove things specific to our test suite and to make them 
more general and forward-compatible.

--

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



[issue8273] move generally useful test_support functions into the unittest package

2010-04-16 Thread Raymond Hettinger

Raymond Hettinger rhettin...@users.sourceforge.net added the comment:

If anything gets moved, it needs to be part of a very well thought-out plan 
with the same high threshold for approval that it would have had if it weren't 
in test_support.

The unittest module already brims with complexity and would suffer quite a bit 
if a hodge-podge of functions were added.

--

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