New submission from Tarek Ziadé <ziade.ta...@gmail.com>:

Let's move test_support in unittest !

Then maybe, let's expose some of test_support functions into a new class on the 
top of unittest.TestCase, so they can be used via methods.
 
The purpose is power up people when it comes to write test fixtures or work in 
a testing environment. These helpers were built to test Python itself, are 
quite unknown out there. I think it's a shame :)

http://docs.python.org/library/test.html#module-test.test_support

----------
assignee: michael.foord
components: Library (Lib)
messages: 101991
nosy: michael.foord, tarek
severity: normal
status: open
title: move test_support into the unittest package
versions: Python 3.3

_______________________________________
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

Reply via email to