summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update hacking documentation.Thomi Richards2015-10-051-3/+14
* 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
* | Programmatically declare test dependencies.Robert Collins2015-07-011-0/+3
|/
* Switch to pbr as a build systemRobert Collins2015-05-051-5/+1
* Overhaul exception reporting.Robert Collins2015-03-102-1/+10
* Fix handling of uncatchable exceptions.Robert Collins2014-09-021-3/+3
* Document backwards compatibility policyRobert Collins2014-08-311-0/+12
* Document release pre-requisites.Robert Collins2014-08-291-2/+14
* Fix broken links to old mumak.net documentationJonathan Lange2014-08-272-5/+3
* Go back to capitalized testtools for now.Jonathan Lange2014-08-261-1/+1
* Initial cut of API changesJonathan Lange2014-08-262-1/+27
* Some minor tweaksJonathan Lange2014-08-261-1/+8
* Remove newline in url that broke the link in the docs.Christopher Lee2014-08-193-12/+11
* abandoned pull request revived to comply with comments in reviewChris Gagnon2014-05-271-2/+1
* Merge https://github.com/testing-cabal/testtoolsChris Gagnon2014-05-271-0/+38
|\
| * Add expectThat method to testtools.TestCase.Thomi Richards2013-12-091-0/+37
* | Add assert_that function documentation.Daniel Watkins2013-12-041-0/+18
|/
* In Python 3.3, if there are duplicate test ids, tests.sort() willKui Shi2013-11-281-0/+2
* Add 'force_failure' feature to testtools.TestCase.Thomi Richards2013-11-282-0/+16
* Some notes on discussing changesJonathan Lange2013-11-241-0/+15
* Fixed a few typos in the documentation related to IsDivisibleByJavier Collado2013-07-121-3/+3
* Move HasLength doc to the correct section.Robert Collins2013-05-121-12/+12
|\
| * adjust HasLength doc positionXiao Hanyu2013-05-071-12/+12
* | fix a typoXiao Hanyu2013-05-071-1/+1
|/
* Teach ExpectedException how to annotate errors.Robert Collins2013-04-181-1/+2
* Fix doc builds.Robert Collins2013-04-041-1/+1
* Allow customisation of testtools.run --list-tests behaviour.Robert Collins2013-04-031-0/+7
* Add a StreamResult Router.Robert Collins2013-04-031-0/+27
* Add a StreamResult safe for use in threaded/concurrent code.Robert Collins2013-03-201-5/+18
* Add a timestamping StreamResult.Robert Collins2013-03-181-0/+9
* Add StreamTagger, for tagging StreamResult events.Robert Collins2013-03-161-0/+12
* Add an adapter to adapt StreamResult event streams into ExtendedTestResult.Robert Collins2013-03-161-0/+8
* Add an adapter to convert ExtendedTestResult to StreamResult.Robert Collins2013-03-151-0/+9
* Add a dedicated interface for controlling an in-progress TestRun.Robert Collins2013-03-141-1/+5
* Provide a loosely typed buffer layer for simple processing of completed tests.Robert Collins2013-03-121-0/+17
* This defines a new sort of TestResult, StreamResult.Robert Collins2013-03-071-0/+61
* Add a helper for decorating the result object given toRobert Collins2013-03-071-0/+19
* Merge pull request #2 from jml/git-not-bzrJonathan Lange2013-01-311-17/+16
|\
| * Merge branch 'master' of github.com:jml/testtools into git-not-bzrJonathan Lange2013-01-312-2/+6
| |\
| * | Instructions for tagging with git.Jonathan Lange2013-01-261-2/+2
| * | Whitespace correctionJonathan Lange2013-01-261-1/+1
| * | Correct URL for testing cabal.Jonathan Lange2013-01-261-1/+1
| * | Code is now hosted on GithubJonathan Lange2013-01-261-17/+16
* | | Add a nosetests attr-like extension to enable more ways of filtering tests.Robert Collins2013-01-311-0/+23
| |/ |/|
* | Merge pull request #1 from jml/rename-readmerbtcollins2013-01-261-1/+1
|\ \
| * | Rename README to README.rstJonathan Lange2013-01-261-1/+1
| |/
* | Be clear on when HasLength passes or failsJonathan Lange2013-01-261-1/+5
|/
* Release 0.9.27.testtools-0.9.27Robert Collins2013-01-241-1/+1
* * New matcher ``HasLength`` for matching the length of a collection.Robert Collins2013-01-241-0/+37
|\