| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 0.9.10testtools-0.9.10 | Jonathan Lange | 2011-04-11 | 2 | -5/+5 |
| * | Include the doc directory in sdist, making testtools installable from PyPI ag... | Jonathan Lange | 2011-04-11 | 4 | -0/+7 |
| |\ | |||||
| | * | Get 'doc' included properly in sdist. | Tres Seaver | 2011-04-11 | 3 | -0/+4 |
| |/ | |||||
| * | Things that would have made the release smoother. | Jonathan Lange | 2011-04-08 | 1 | -1/+7 |
| |\ | |||||
| | * | Things that would have made the release go smoother. | Jonathan Lange | 2011-04-08 | 1 | -1/+7 |
| |/ | |||||
| * | Merge testtools-0.9.9 release branch | Jonathan Lange | 2011-04-08 | 2 | -1/+16 |
| |\ | |||||
| | * | Correct version. | Jonathan Lange | 2011-04-08 | 1 | -1/+1 |
| | * | NEWS update for the release.testtools-0.9.9 | Jonathan Lange | 2011-04-08 | 1 | -2/+7 |
| |/ | |||||
| * | Fix AnnotatedMismatch to correctly return details. | Jonathan Lange | 2011-04-02 | 3 | -2/+61 |
| |\ | |||||
| | * | Use the decorator. Give the decorator a repr | Jonathan Lange | 2011-04-01 | 2 | -5/+13 |
| | * | Docs! | Jonathan Lange | 2011-04-01 | 1 | -0/+10 |
| | * | Add a MismatchDecorator. | Jonathan Lange | 2011-04-01 | 2 | -0/+26 |
| | * | Forward details from annotated mismatch. | Jonathan Lange | 2011-04-01 | 2 | -0/+12 |
| |/ | |||||
| * | Merge content convenience functions. | Jonathan Lange | 2011-04-01 | 9 | -42/+314 |
| |\ | |||||
| | * | Remove the decorators, correctly credit lifeless in the news file. | Jonathan Lange | 2011-04-01 | 2 | -33/+11 |
| | * | Tweaks for Jono's consideration. | Robert Collins | 2011-02-19 | 2 | -31/+75 |
| | * | Merge jml's patch to tweak. | Robert Collins | 2011-02-19 | 9 | -42/+292 |
| | |\ | |||||
| | | * | More tests for attach_file, make lazy read work. | Jonathan Lange | 2011-02-01 | 3 | -17/+60 |
| | | * | read_now => lazy_read, as per review. | Jonathan Lange | 2011-02-01 | 2 | -13/+20 |
| | | * | Change the order of parameters to attach_file | Jonathan Lange | 2011-02-01 | 2 | -2/+2 |
| | | * | Move attachFile from TestCase to be a standalone function. | Jonathan Lange | 2011-02-01 | 5 | -38/+45 |
| | | * | Fix up the documentation. | Jonathan Lange | 2011-02-01 | 1 | -2/+2 |
| | | * | Move Content.from_stream to be content_from_stream | Jonathan Lange | 2011-02-01 | 3 | -62/+65 |
| | | * | Delete from_text. | Jonathan Lange | 2011-02-01 | 3 | -19/+10 |
| | | * | Copyright bump | Jonathan Lange | 2011-02-01 | 2 | -2/+2 |
| | | * | Merge trunk. | Jonathan Lange | 2011-02-01 | 35 | -81/+774 |
| | | |\ | |||||
| | | * | | Re-export the eager loading convenience. | Jonathan Lange | 2010-12-29 | 1 | -3/+7 |
| | | * | | Add eager loading options to from_file and from_stream | Jonathan Lange | 2010-12-29 | 2 | -8/+39 |
| | | * | | More documentation. | Jonathan Lange | 2010-12-29 | 3 | -0/+27 |
| | | * | | attachFile helper. | Jonathan Lange | 2010-12-29 | 4 | -6/+29 |
| | | * | | Update NEWS and MANUAL. | Jonathan Lange | 2010-12-29 | 2 | -3/+7 |
| | | * | | Remove duplication. | Jonathan Lange | 2010-12-29 | 1 | -9/+14 |
| | | * | | Basic convenience method for reading content from a file. | Jonathan Lange | 2010-12-29 | 2 | -0/+38 |
| | | * | | Make it a classmethod, and make text_content one too. | Jonathan Lange | 2010-12-29 | 3 | -40/+50 |
| | | * | | Update NEWS. | Jonathan Lange | 2010-12-29 | 1 | -0/+3 |
| | | * | | Add a `stream_content` helper. | Jonathan Lange | 2010-12-29 | 2 | -4/+56 |
| | | * | | Republish StringIO through compat to avoid repeated code | Jonathan Lange | 2010-12-29 | 4 | -18/+19 |
| | | * | | PEP 8. | Jonathan Lange | 2010-12-29 | 1 | -6/+7 |
| * | | | | Merge Christian Kampka's patch to give us distutils test running support. | Jonathan Lange | 2011-04-01 | 4 | -0/+39 |
| |\ \ \ \ | |||||
| | * | | | | NEWS update.: | Jonathan Lange | 2011-04-01 | 1 | -0/+2 |
| | * | | | | Fix a typo | Jonathan Lange | 2011-04-01 | 1 | -1/+1 |
| | * | | | | * added basic documentation on how to use testtools with distutils | Christian Kampka | 2011-03-14 | 1 | -0/+30 |
| | * | | | | * Fixes TestCommand import and reexports it from the testtools package | Christian Kampka | 2011-02-28 | 2 | -0/+9 |
| | |/ / / | |||||
| * | | | | Allow building snapshot when it's not a working tree. | Jonathan Lange | 2011-03-22 | 2 | -2/+13 |
| |\ \ \ \ | |||||
| | * | | | | Catch both NotBranchError /and/ NoworkingTree as different versions of bzr se... | Jelmer Vernooij | 2011-02-28 | 1 | -1/+1 |
| | * | | | | Catch NoWorkingTree rather than NotBranchError. | Jelmer Vernooij | 2011-02-28 | 1 | -1/+1 |
| | * | | | | Support building a snapshot from something that is not a bzr working tree. | Jelmer Vernooij | 2011-02-28 | 1 | -2/+10 |
| | |/ / / | |||||
| * | | | | API doc markup cleanups | Jonathan Lange | 2011-03-22 | 8 | -40/+40 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Slightly better markup | Jonathan Lange | 2011-03-22 | 2 | -13/+12 |
| | * | | | Clean up errors. | Jonathan Lange | 2011-03-22 | 6 | -22/+23 |
