Download project files

How do I verify a download?


1120 of 57 releases

1.7.0 release from the trunk series released

Release information
Release notes:
Changelog:

Improvements
------------

* Empty attachments to tests were triggering a file payload of None in the
``ExtendedToStreamDecorator`` code, which caused multiple copies of
attachments that had been output prior to the empty one.
(Robert Collins, #1378609)

File Description Downloads
download icon testtools-1.7.0.tar.gz (md5, sig) 13
last downloaded 2 weeks ago
Total downloads: 13

1.6.1 release from the trunk series released

Release information
Release notes:
Changelog:

Changes
-------

* Fix installing when ``extras`` is not already installed. Our guards
for the absence of unittest2 were not sufficient.
(Robert Collins, #1430076)

File Description Downloads
download icon testtools-1.6.1.tar.gz (md5, sig) 15
last downloaded 21 weeks ago
Total downloads: 15

1.6.0 release from the trunk series released

Release information
Release notes:
Changelog:

Improvements
------------

* ``testtools.run`` now accepts ``--locals`` to show local variables
in tracebacks, which can be a significant aid in debugging. In doing
so we've removed the code reimplementing linecache and traceback by
using the new traceback2 and linecache2 packages.
(Robert Collins, github #111)

Changes
-------

* ``testtools`` now depends on ``unittest2`` 1.0.0 which brings in a dependency
on ``traceback2`` and via it ``linecache2``. (Robert Collins)

File Description Downloads
download icon testtools-1.6.0.tar.gz (md5, sig) 11
last downloaded 43 weeks ago
Total downloads: 11

1.5.0 release from the trunk series released

Release information
Release notes:
Changelog:

Improvements
------------

* When an import error happens ``testtools.run`` will now show the full
error rather than just the name of the module that failed to import.
(Robert Collins)

File Description Downloads
download icon testtools-1.5.0.tar.gz (md5, sig) 23
last downloaded 3 weeks ago
Total downloads: 23

1.4.0 release from the trunk series released

Release information
Release notes:
Changelog:

Changes
-------

* ``testtools.TestCase`` now inherits from unittest2.TestCase, which
provides a ``setUpClass`` for upcalls on Python 2.6.
(Robert Collins, #1393283)

File Description Downloads
download icon testtools-1.4.0.tar.gz (md5, sig) 17
last downloaded 50 weeks ago
Total downloads: 17

1.3.0 release from the trunk series released

Release information
Release notes:
Changelog:

Changes
-------

* Fixed our setup.py to use setup_requires to ensure the import dependencies
for testtools are present before setup.py runs (as setup.py imports testtools
to read out the version number). (Robert Collins)

* Support setUpClass skipping with self.skipException. Previously this worked
with unittest from 2.7 and above but was not supported by testtools - it was
a happy accident. Since we now hard depend on unittest2, we need to invert
our exception lookup priorities to support it. Regular skips done through
raise self.skipException will continue to work, since they were always caught
in our code - its because the suite type being used to implement setUpClass
has changed that an issue occured.
(Robert Collins, #1393068)

File Description Downloads
download icon testtools-1.3.0.tar.gz (md5, sig) 31
last downloaded 43 weeks ago
Total downloads: 31

1.2.1 release from the trunk series released

Release information
Release notes:
Changelog:

Changes
-------

* Correctly express our unittest2 dependency: we don't work with old releases.
(Robert Collins)

File Description Downloads
download icon testtools-1.2.1.tar.gz (md5, sig) 29
last downloaded 43 weeks ago
Total downloads: 29

1.2.0 release from the trunk series released

Release information
Release notes:
Changelog:

Changes
-------

* Depends on unittest2 for discovery functionality and the ``TestProgram`` base
class. This brings in many fixes made to discovery where previously we were
only using the discovery package or the version in the release of Python
that the test execution was occuring on. (Robert Collins, #1271133)

* Fixed unit tests which were failing under pypy due to a change in the way
pypy formats tracebacks. (Thomi Richards)

* Fixed the testtools test suite to run correctly when run via ``unit2``
or ``testtools.run discover``.

* Make `testtools.content.text_content` error if anything other than text
is given as content. (Thomi Richards)

* We now publish wheels of testtools. (Robert Collins, #issue84)

File Description Downloads
download icon testtools-1.2.0.tar.gz (md5, sig) 41
last downloaded 43 weeks ago
Total downloads: 41

1.1.0 release from the trunk series released

Release information
Release notes:
Changelog:

Improvements
------------

* Exceptions in a ``fixture.getDetails`` method will no longer mask errors
raised from the same fixture's ``setUp`` method.
(Robert Collins, #1368440)

File Description Downloads
download icon testtools-1.1.0.tar.gz (md5, sig) 28
last downloaded 47 weeks ago
Total downloads: 28

1.0.0 release from the trunk series released

Release information
Release notes:

Long overdue, we've adopted a backwards compatibility statement and recognized
that we have plenty of users depending on our behaviour - calling our version
1.0.0 is a recognition of that.

Changelog:

Improvements
------------

* Fix a long-standing bug where tearDown and cleanUps would not be called if the
test run was interrupted. This should fix leaking external resources from
interrupted tests.
(Robert Collins, #1364188)

* Fix a long-standing bug where calling sys.exit(0) from within a test would
cause the test suite to exit with 0, without reporting a failure of that
test. We still allow the test suite to be exited (since catching higher order
exceptions requires exceptional circumstances) but we now call a last-resort
handler on the TestCase, resulting in an error being reported for the test.
(Robert Collins, #1364188)

* Fix an issue where tests skipped with the ``skip``* family of decorators would
still have their ``setUp`` and ``tearDown`` functions called.
(Thomi Richards, #https://github.com/testing-cabal/testtools/issues/86)

* We have adopted a formal backwards compatibility statement (see hacking.rst)
(Robert Collins)

File Description Downloads
download icon testtools-1.0.0.tar.gz (md5, sig) 12
last downloaded 43 weeks ago
Total downloads: 12

1120 of 57 releases