Closed
Description
There are some nice improvements available in the unittest module on Python 2.7 or later that aren't available on Python 2.6 without using the unittest2 library. In particular, I miss using assertRaises
as a context manager and skiptest
.
How about adding the module as a testing requirement on Python 2.6?