summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9.10testtools-0.9.10Jonathan Lange2011-04-112-5/+5
* Include the doc directory in sdist, making testtools installable from PyPI ag...Jonathan Lange2011-04-114-0/+7
|\
| * Get 'doc' included properly in sdist.Tres Seaver2011-04-113-0/+4
|/
* Things that would have made the release smoother.Jonathan Lange2011-04-081-1/+7
|\
| * Things that would have made the release go smoother.Jonathan Lange2011-04-081-1/+7
|/
* Merge testtools-0.9.9 release branchJonathan Lange2011-04-082-1/+16
|\
| * Correct version.Jonathan Lange2011-04-081-1/+1
| * NEWS update for the release.testtools-0.9.9Jonathan Lange2011-04-081-2/+7
|/
* Fix AnnotatedMismatch to correctly return details.Jonathan Lange2011-04-023-2/+61
|\
| * Use the decorator. Give the decorator a reprJonathan Lange2011-04-012-5/+13
| * Docs!Jonathan Lange2011-04-011-0/+10
| * Add a MismatchDecorator.Jonathan Lange2011-04-012-0/+26
| * Forward details from annotated mismatch.Jonathan Lange2011-04-012-0/+12
|/
* Merge content convenience functions.Jonathan Lange2011-04-019-42/+314
|\
| * Remove the decorators, correctly credit lifeless in the news file.Jonathan Lange2011-04-012-33/+11
| * Tweaks for Jono's consideration.Robert Collins2011-02-192-31/+75
| * Merge jml's patch to tweak.Robert Collins2011-02-199-42/+292
| |\
| | * More tests for attach_file, make lazy read work.Jonathan Lange2011-02-013-17/+60
| | * read_now => lazy_read, as per review.Jonathan Lange2011-02-012-13/+20
| | * Change the order of parameters to attach_fileJonathan Lange2011-02-012-2/+2
| | * Move attachFile from TestCase to be a standalone function.Jonathan Lange2011-02-015-38/+45
| | * Fix up the documentation.Jonathan Lange2011-02-011-2/+2
| | * Move Content.from_stream to be content_from_streamJonathan Lange2011-02-013-62/+65
| | * Delete from_text.Jonathan Lange2011-02-013-19/+10
| | * Copyright bumpJonathan Lange2011-02-012-2/+2
| | * Merge trunk.Jonathan Lange2011-02-0135-81/+774
| | |\
| | * | Re-export the eager loading convenience.Jonathan Lange2010-12-291-3/+7
| | * | Add eager loading options to from_file and from_streamJonathan Lange2010-12-292-8/+39
| | * | More documentation.Jonathan Lange2010-12-293-0/+27
| | * | attachFile helper.Jonathan Lange2010-12-294-6/+29
| | * | Update NEWS and MANUAL.Jonathan Lange2010-12-292-3/+7
| | * | Remove duplication.Jonathan Lange2010-12-291-9/+14
| | * | Basic convenience method for reading content from a file.Jonathan Lange2010-12-292-0/+38
| | * | Make it a classmethod, and make text_content one too.Jonathan Lange2010-12-293-40/+50
| | * | Update NEWS.Jonathan Lange2010-12-291-0/+3
| | * | Add a `stream_content` helper.Jonathan Lange2010-12-292-4/+56
| | * | Republish StringIO through compat to avoid repeated codeJonathan Lange2010-12-294-18/+19
| | * | PEP 8.Jonathan Lange2010-12-291-6/+7
* | | | Merge Christian Kampka's patch to give us distutils test running support.Jonathan Lange2011-04-014-0/+39
|\ \ \ \
| * | | | NEWS update.:Jonathan Lange2011-04-011-0/+2
| * | | | Fix a typoJonathan Lange2011-04-011-1/+1
| * | | | * added basic documentation on how to use testtools with distutilsChristian Kampka2011-03-141-0/+30
| * | | | * Fixes TestCommand import and reexports it from the testtools packageChristian Kampka2011-02-282-0/+9
| |/ / /
* | | | Allow building snapshot when it's not a working tree.Jonathan Lange2011-03-222-2/+13
|\ \ \ \
| * | | | Catch both NotBranchError /and/ NoworkingTree as different versions of bzr se...Jelmer Vernooij2011-02-281-1/+1
| * | | | Catch NoWorkingTree rather than NotBranchError.Jelmer Vernooij2011-02-281-1/+1
| * | | | Support building a snapshot from something that is not a bzr working tree.Jelmer Vernooij2011-02-281-2/+10
| |/ / /
* | | | API doc markup cleanupsJonathan Lange2011-03-228-40/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Slightly better markupJonathan Lange2011-03-222-13/+12
| * | | Clean up errors.Jonathan Lange2011-03-226-22/+23