On 08/03/2010 01:11, Antoine Pitrou wrote:
Le Mon, 08 Mar 2010 00:51:02 +,
Michael Foord a écrit :
In other news, class and module fixtures (setUpClass /
tearDownClass / setUpModule / tearDownModule) are now implemented in
unittest (in trunk
- not yet merged to py3k). These features are
On Sun, Mar 7, 2010 at 8:11 PM, Antoine Pitrou wrote:
> Le Mon, 08 Mar 2010 00:51:02 +,
> Michael Foord a écrit :
>>
>> In other news, class and module fixtures (setUpClass /
>> tearDownClass / setUpModule / tearDownModule) are now implemented in
>> unittest (in trunk
>> - not yet merged to
Le Mon, 08 Mar 2010 00:51:02 +,
Michael Foord a écrit :
>
> In other news, class and module fixtures (setUpClass /
> tearDownClass / setUpModule / tearDownModule) are now implemented in
> unittest (in trunk
> - not yet merged to py3k). These features are tested but I'm sure
> there are some
Hello all,
unittest has seen quite a few new features since Python 2.6. For those
of you who might have missed the announcements in other places,
unittest2 is a backport of the new features in unittest to work with
Python 2.4-2.6. It is already being used for the development of distutils2:
h