| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the decorator. Give the decorator a repr | Jonathan Lange | 2011-04-01 | 1 | -0/+7 |
| * | Add a MismatchDecorator. | Jonathan Lange | 2011-04-01 | 1 | -0/+14 |
| * | Forward details from annotated mismatch. | Jonathan Lange | 2011-04-01 | 1 | -0/+9 |
| * | Merge content convenience functions. | Jonathan Lange | 2011-04-01 | 4 | -24/+154 |
| |\ | |||||
| | * | Tweaks for Jono's consideration. | Robert Collins | 2011-02-19 | 1 | -3/+3 |
| | * | Merge jml's patch to tweak. | Robert Collins | 2011-02-19 | 4 | -24/+154 |
| | |\ | |||||
| | | * | More tests for attach_file, make lazy read work. | Jonathan Lange | 2011-02-01 | 1 | -5/+48 |
| | | * | read_now => lazy_read, as per review. | Jonathan Lange | 2011-02-01 | 1 | -2/+2 |
| | | * | Change the order of parameters to attach_file | Jonathan Lange | 2011-02-01 | 1 | -1/+1 |
| | | * | Move attachFile from TestCase to be a standalone function. | Jonathan Lange | 2011-02-01 | 2 | -13/+17 |
| | | * | Move Content.from_stream to be content_from_stream | Jonathan Lange | 2011-02-01 | 1 | -7/+9 |
| | | * | Delete from_text. | Jonathan Lange | 2011-02-01 | 2 | -10/+2 |
| | | * | Copyright bump | Jonathan Lange | 2011-02-01 | 1 | -1/+1 |
| | | * | Merge trunk. | Jonathan Lange | 2011-02-01 | 14 | -12/+276 |
| | | |\ | |||||
| | | * | | Add eager loading options to from_file and from_stream | Jonathan Lange | 2010-12-29 | 1 | -0/+20 |
| | | * | | More documentation. | Jonathan Lange | 2010-12-29 | 1 | -0/+7 |
| | | * | | attachFile helper. | Jonathan Lange | 2010-12-29 | 1 | -0/+15 |
| | | * | | Basic convenience method for reading content from a file. | Jonathan Lange | 2010-12-29 | 1 | -0/+16 |
| | | * | | Make it a classmethod, and make text_content one too. | Jonathan Lange | 2010-12-29 | 1 | -15/+16 |
| | | * | | Add a `stream_content` helper. | Jonathan Lange | 2010-12-29 | 1 | -4/+34 |
| | | * | | Republish StringIO through compat to avoid repeated code | Jonathan Lange | 2010-12-29 | 2 | -7/+6 |
| | | * | | PEP 8. | Jonathan Lange | 2010-12-29 | 1 | -6/+7 |
| * | | | | Clean up errors. | Jonathan Lange | 2011-03-22 | 2 | -4/+4 |
| |/ / / | |||||
| * | | | Rename 'command' to 'distutilscmd' | Jonathan Lange | 2011-02-14 | 2 | -5/+5 |
| * | | | Make the tests skip when fixtures is not installed, rather than raising NameE... | Jonathan Lange | 2011-02-13 | 1 | -0/+5 |
| * | | | Use local variables instead of instance variables. | Jonathan Lange | 2011-02-13 | 1 | -20/+20 |
| * | | | Copyright bump | Jonathan Lange | 2011-02-13 | 1 | -1/+1 |
| * | | | Actually run the new tests. | Jonathan Lange | 2011-02-13 | 1 | -1/+4 |
| * | | | Style changes. | Jonathan Lange | 2011-02-13 | 1 | -20/+19 |
| * | | | Merge patch from Christian Kampka (kampka) | Jonathan Lange | 2011-02-13 | 1 | -0/+86 |
| | |/ |/| | |||||
| * | | Get it right. | Jonathan Lange | 2011-01-22 | 14 | -12/+16 |
| * | | Merge trunk | Jonathan Lange | 2011-01-21 | 5 | -5/+85 |
| |\ \ | |||||
| | * | | Tweaks | Jonathan Lange | 2011-01-20 | 1 | -1/+1 |
| | * | | Add option regular expression matching logic to MatchesException. | Jonathan Lange | 2011-01-20 | 1 | -0/+19 |
| | * | | Add __future__ import. | Aaron Bentley | 2011-01-19 | 1 | -0/+2 |
| | * | | Add ExpectedException. | Aaron Bentley | 2011-01-19 | 2 | -0/+44 |
| | |/ | |||||
| | * | Changes | Robert Collins | 2010-12-20 | 1 | -4/+10 |
| | * | Avoid issue with broken __unicode__ method on some Python 2.6 minor versions | Martin | 2010-12-16 | 1 | -0/+2 |
| | * | Workaround 2.4 threading bug in test_spinner. | Robert Collins | 2010-12-14 | 1 | -1/+8 |
| * | | Rename ``EachOf`` to ``MatchesListwise`` | Jonathan Lange | 2011-01-21 | 1 | -3/+4 |
| * | | merge trunk | Michael Hudson | 2010-12-13 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | ``assertIsInstance`` supports a custom error message to be supplied, which | Robert Collins | 2010-12-13 | 1 | -0/+4 |
| | |\ | |||||
| | | * | Support optional 'msg' argument to TestCase.assertIsInstance. | Jelmer Vernooij | 2010-12-12 | 1 | -0/+10 |
| * | | | add AfterPreprocessing | Michael Hudson | 2010-12-13 | 1 | -0/+22 |
| * | | | add MatchesSetwise | Michael Hudson | 2010-12-13 | 1 | -0/+77 |
| * | | | add MatchesRegex | Michael Hudson | 2010-12-13 | 1 | -0/+19 |
| * | | | add EachOf and MatchesStructure matchers | Michael Hudson | 2010-12-13 | 1 | -0/+76 |
| |/ / | |||||
| * | | remove the final newline from the description of MismatchesAll | Michael Hudson | 2010-12-13 | 1 | -4/+2 |
| * | | trivial test fix | Michael Hudson | 2010-12-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge mgz's fix for our StringIO import | Jonathan Lange | 2010-12-11 | 1 | -4/+3 |
| |\ | |||||
