Download project files

How do I verify a download?


2130 of 57 releases

0.9.39 release from the trunk series released

Release information
Release notes:

Brown paper bag release - 0.9.38 was broken for some users,
_jython_aware_splitext was not defined entirely compatibly.
(Robert Collins, #https://github.com/testing-cabal/testtools/issues/100)

0.9.38
~~~~~~

Bug fixes for test importing.

Changelog:

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

* Discovery import error detection wasn't implemented for python 2.6 (the
'discover' module). (Robert Collins)

* Discovery now executes load_tests (if present) in __init__ in all packages.
(Robert Collins, http://bugs.python.org/issue16662)

File Description Downloads
download icon testtools-0.9.39.tar.gz (md5, sig) 9
last downloaded 44 weeks ago
Total downloads: 9

0.9.38 release from the trunk series released

Release information
Release notes:

Bug fixes for test importing.

Changelog:

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

* Discovery import error detection wasn't implemented for python 2.6 (the
'discover' module). (Robert Collins)

* Discovery now executes load_tests (if present) in __init__ in all packages.
(Robert Collins, http://bugs.python.org/issue16662)

File Description Downloads
download icon testtools-0.9.38.tar.gz (md5, sig) 10
last downloaded 44 weeks ago
Total downloads: 10

0.9.37 release from the trunk series released

Release information
Release notes:

Minor improvements to correctness.

Changelog:

Changes
-------

* ``stdout`` is now correctly honoured on ``run.TestProgram`` - before the
runner objects would be created with no stdout parameter. If construction
fails, the previous parameter list is attempted, permitting compatibility
with Runner classes that don't accept stdout as a parameter.
(Robert Collins)

* The ``ExtendedToStreamDecorator`` now handles content objects with one less
packet - the last packet of the source content is sent with EOF set rather
than an empty packet with EOF set being sent after the last packet of the
source content. (Robert Collins)

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

0.9.36 release from the trunk series released

Release information
Release notes:

Welcome to our long overdue 0.9.36 release, which improves compatibility with
Python3.4, adds assert_that, a function for using matchers without TestCase
objects, and finally will error if you try to use setUp or tearDown twice -
since that invariably leads to bad things of one sort or another happening.

Changelog:

Changes
-------

* Error if ``setUp`` or ``tearDown`` are called twice.
(Robert Collins, #882884)

* Make testtools compatible with the ``unittest.expectedFailure`` decorator in
Python 3.4. (Thomi Richards)

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

* Introduce the assert_that function, which allows matchers to be used
independent of testtools.TestCase. (Daniel Watkins, #1243834)

File Description Downloads
download icon testtools-0.9.36.tar.gz (md5, sig) 77
last downloaded 44 weeks ago
Total downloads: 77

0.9.35 release from the trunk series released

Release information
Release notes:
Changelog:

Changes
-------

* Removed a number of code paths where Python 2.4 and Python 2.5 were
explicitly handled. (Daniel Watkins)

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

* Added the ``testtools.TestCase.expectThat`` method, which implements
delayed assertions. (Thomi Richards)

* Docs are now built as part of the Travis-CI build, reducing the chance of
Read The Docs being broken accidentally. (Daniel Watkins, #1158773)

File Description Downloads
download icon testtools-0.9.35.tar.gz (md5, sig) 1,873
last downloaded 4 weeks ago
Total downloads: 1,873

0.9.34 release from the trunk series released

Release information
Release notes:

0.9.34
~~~~~~

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

* Added ability for ``testtools.TestCase`` instances to force a test to
  fail, even if no assertions failed. (Thomi Richards)

* Added ``testtools.content.StacktraceContent``, a content object that
  automatically creates a ``StackLinesContent`` object containing the current
  stack trace. (Thomi Richards)

* ``AnyMatch`` is now exported properly in ``testtools.matchers``.
  (Robert Collins, Rob Kennedy, github #44)

* In Python 3.3, if there are duplicate test ids, tests.sort() will
  fail and raise TypeError. Detect the duplicate test ids firstly in
  sorted_tests() to ensure that all test ids are unique.
  (Kui Shi, #1243922)

* ``json_content`` is now in the ``__all__`` attribute for
  ``testtools.content``. (Robert Collins)

* Network test...

File Description Downloads
download icon testtools-0.9.34.tar.gz (md5, sig) Source tarball. 48
last downloaded 45 weeks ago
Total downloads: 48

0.9.33 release from the trunk series released

Release information
Release notes:

0.9.33
~~~~~~

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

* Added ``addDetailuniqueName`` method to ``testtools.TestCase`` class.
  (Thomi Richards)

* Removed some unused code from ``testtools.content.TracebackContent``.
  (Thomi Richards)

* Added ``testtools.StackLinesContent``: a content object for displaying
  pre-processed stack lines. (Thomi Richards)

* ``StreamSummary`` was calculating testsRun incorrectly: ``exists`` status
  tests were counted as run tests, but they are not.
  (Robert Collins, #1203728)

File Description Downloads
download icon testtools-0.9.33.tar.gz (md5, sig) Source tarball. 23
last downloaded today
Total downloads: 23

0.9.32 release from the trunk series released

Release information
Release notes:

Regular maintenance release. Special thanks to new contributor, Xiao Hanyu!

Changelog:

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

* Stacktrace filtering no longer hides unittest frames that are surrounded by
user frames. We will reenable this when we figure out a better algorithm for
retaining meaning. (Robert Collins, #1188420)

* The compatibility code for skipped tests with unittest2 was broken.
(Robert Collins, #1190951)

* Various documentation improvements (Clint Byrum, Xiao Hanyu).

File Description Downloads
download icon testtools-0.9.32.tar.gz (md5, sig) 44
last downloaded today
Total downloads: 44

0.9.31 release from the trunk series released

Release information
Release notes:
Changelog:

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

* ``ExpectedException`` now accepts a msg parameter for describing an error,
much the same as assertEquals etc. (Robert Collins)

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

0.9.29 release from the trunk series released

Release information
Release notes:

A simple bug fix, and better error messages when you don't up-call.

Changelog:

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

* ``testtools.compat.unicode_output_stream`` was wrapping a stream encoder
around ``io.StringIO`` and ``io.TextIOWrapper`` objects, which was incorrect.
(Robert Collins)

* Report the name of the source file for setUp and tearDown upcall errors.
(Monty Taylor)

File Description Downloads
download icon testtools-0.9.29.tar.gz (md5, sig) 1,375
last downloaded 45 weeks ago
Total downloads: 1,375

2130 of 57 releases