[TIP] What version of ‘unittest2’ is needed for Python 3.4 features?

Robert Collins robertc at robertcollins.net
Tue Jul 26 20:08:02 PDT 2016


On 27 July 2016 at 14:40, Ben Finney <ben+python at benfinney.id.au> wrote:
> Ben Finney <ben+python at benfinney.id.au> writes:
>
>> To use those features in code written for Python 2 and Python 3, what
>> version of unittest2 do I need to install?
>>
>> [0] https://pypi.python.org/pypi/unittest2/
>
> The “unittest2 issue tracker” from the PyPI page leads to a defunct
> (Google Code) tracker that can no longer be used.

Hmm, sorry :(.

https://hg.python.org/unittest2/

> Robert Collins <robertc at robertcollins.net> writes:
>
>> I'm not sure -  I suggest looking through the VCS history to see when
>> that was backported to it.
>
> Where is the tracker for this code base now? Where do we file issues?

https://github.com/testing-cabal/unittest-ext for issues related to
the backport itself, bugs.python.org for everything else.

-Rob



More information about the testing-in-python mailing list