Source: unittest2 Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Zygmunt Krynicki , Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, Build-Depends-Indep: python-linecache2, python-pkg-resources, python-six, python-traceback2, python3-linecache2, python3-pkg-resources, python3-six, python3-traceback2, Standards-Version: 3.9.6 XS-Python-Version: all Homepage: http://pypi.python.org/pypi/unittest2 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/unittest2/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/unittest2/trunk/ XS-Testsuite: autopkgtest Package: python-unittest2 Architecture: all Depends: python-pkg-resources, python-linecache2, python-six, python-traceback2, ${misc:Depends}, ${python:Depends}, Description: backport of the enhanced unittest testing framework - Python 2.7 unittest2 is an enhanced version of unittest including a standard test runner (automatic test discovery), class and module level fixtures (setUpClass / setUpModule etc), many powerful new assert methods, better resource management with addCleanups and a host of other new features. These new features are *all* going into the Python version of unittest in Python 2.7 and Python 3.2. The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it now. . This package contains the Python 2.7 module. Package: python3-unittest2 Architecture: all Depends: python3-pkg-resources, python3-linecache2, python3-six, python3-traceback2, ${misc:Depends}, ${python3:Depends}, Description: backport of the enhanced unittest testing framework - Python 3.x unittest2 is an enhanced version of unittest including a standard test runner (automatic test discovery), class and module level fixtures (setUpClass / setUpModule etc), many powerful new assert methods, better resource management with addCleanups and a host of other new features. These new features are *all* going into the Python version of unittest in Python 2.7 and Python 3.2. The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it now. . This package contains the Python 3.x module.