summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for 1.8.11.8.1Jonathan Lange2015-11-131-3/+6
* Merge pull request #157 from jml/lint-and-whitespaceJonathan Lange2015-11-093-86/+125
|\
| * Remove VWSJonathan Lange2015-11-061-3/+0
| * Update PlaceHolder indentationJonathan Lange2015-11-061-3/+3
| * Restore & deprecate domapJonathan Lange2015-11-061-6/+19
| * Spell out `f` and `xs`Jonathan Lange2015-11-031-2/+2
| * Drop `__metaclass__` declarationJonathan Lange2015-11-021-1/+0
| * Document confusing `domap`Jonathan Lange2015-11-021-6/+7
| * Remove duplicate implementation of methodJonathan Lange2015-11-021-3/+0
| * Allow event_log to be passed to result doublesJonathan Lange2015-11-021-8/+12
| * Fix lint in testresult.realJonathan Lange2015-11-021-56/+73
| * Lint clear-upJonathan Lange2015-11-022-11/+22
|/
* Uncap test matrix entries for modern Twisted.Colin Watson2015-10-161-3/+3
* Fix Travis matrix.include.Colin Watson2015-10-161-9/+9
* Only run Twisted tests on Python 2.Colin Watson2015-10-161-6/+16
* Test with Twisted 13.0.0/15.2.0.Colin Watson2015-10-161-1/+5
* Port twisted.deferredruntest to Twisted >= 15.1.0Colin Watson2015-10-161-4/+23
* Update hacking documentation.Thomi Richards2015-10-052-3/+20
* Merge pull request #146 from elopio/patch-1rbtcollins2015-07-011-1/+1
|\
| * Fix the call to the parent setup.Leo Arias2015-06-291-1/+1
* | Fix tests with unittest2 1.1.0 and higher.Robert Collins2015-07-011-0/+1
* | Programmatically declare test dependencies.Robert Collins2015-07-012-0/+8
|/
* Release 1.8.01.8.0Robert Collins2015-05-051-0/+9
* Switch to pbr as a build systemRobert Collins2015-05-057-93/+40
* Merge pull request #137 from cjwatson/deferredruntest-logThomi Richards2015-04-082-24/+76
|\
| * Add some custom matchers to make deferred log tests more readable.Colin Watson2015-04-041-26/+73
| * Simplify AsynchronousDeferredRunTest._run_core's StringIO handling.Colin Watson2015-04-031-9/+2
| * Rewind the deferred test log before attaching it.Colin Watson2015-04-022-3/+15
|/
* Open 1.8.0 for dev.Robert Collins2015-03-111-1/+1
* Release 1.7.1testtools-1.7.1Robert Collins2015-03-112-1/+4
* Clamp Sphinx below 1.3 for travis on pypy3/3.2Robert Collins2015-03-111-3/+7
* Fix pypy3 tests by using ceil when reporting duration.Robert Collins2015-03-112-4/+14
* Fix building universal wheels on Python 3.Robert Collins2015-03-113-11/+8
* Open next version.Robert Collins2015-03-111-1/+1
* Release 1.7.0testtools-1.7.0Robert Collins2015-03-112-1/+4
* Fix output of empty attachments.Robert Collins2015-03-103-0/+57
* Open 1.7.0 again.Robert Collins2015-03-101-1/+1
* Bug #1430076 fix installing when extras is not installed.testtools-1.6.1Robert Collins2015-03-103-2/+15
* Opening 1.7.0 for development.Robert Collins2015-03-101-1/+1
* Release 1.6.0testtools-1.6.0Robert Collins2015-03-102-1/+4
* Overhaul exception reporting.Robert Collins2015-03-1016-577/+185
* Release 1.5.0.testtools-1.5.0Robert Collins2014-11-212-1/+4
* Merge pull request #124 from rbtcollins/show-errorsThomi Richards2014-11-183-9/+55
|\
| * Show import error details.Robert Collins2014-11-183-9/+55
|/
* Release 1.4.0testtools-1.4.0Robert Collins2014-11-172-1/+4
* Fix setUpClass upcalls on Python 2.6.Robert Collins2014-11-174-23/+52
* Release 1.3.0.testtools-1.3.0Robert Collins2014-11-162-1/+4
* Build universal wheels.Robert Collins2014-11-161-0/+3
* Fix setup.py to work without six installed.Robert Collins2014-11-163-9/+18
* Fix skipping setUpClass with self.skipExceptionRobert Collins2014-11-164-7/+38