summaryrefslogtreecommitdiff
path: root/testtools/tests
Commit message (Expand)AuthorAgeFilesLines
* Use the decorator. Give the decorator a reprJonathan Lange2011-04-011-0/+7
* Add a MismatchDecorator.Jonathan Lange2011-04-011-0/+14
* Forward details from annotated mismatch.Jonathan Lange2011-04-011-0/+9
* Merge content convenience functions.Jonathan Lange2011-04-014-24/+154
|\
| * Tweaks for Jono's consideration.Robert Collins2011-02-191-3/+3
| * Merge jml's patch to tweak.Robert Collins2011-02-194-24/+154
| |\
| | * More tests for attach_file, make lazy read work.Jonathan Lange2011-02-011-5/+48
| | * read_now => lazy_read, as per review.Jonathan Lange2011-02-011-2/+2
| | * Change the order of parameters to attach_fileJonathan Lange2011-02-011-1/+1
| | * Move attachFile from TestCase to be a standalone function.Jonathan Lange2011-02-012-13/+17
| | * Move Content.from_stream to be content_from_streamJonathan Lange2011-02-011-7/+9
| | * Delete from_text.Jonathan Lange2011-02-012-10/+2
| | * Copyright bumpJonathan Lange2011-02-011-1/+1
| | * Merge trunk.Jonathan Lange2011-02-0114-12/+276
| | |\
| | * | Add eager loading options to from_file and from_streamJonathan Lange2010-12-291-0/+20
| | * | More documentation.Jonathan Lange2010-12-291-0/+7
| | * | attachFile helper.Jonathan Lange2010-12-291-0/+15
| | * | Basic convenience method for reading content from a file.Jonathan Lange2010-12-291-0/+16
| | * | Make it a classmethod, and make text_content one too.Jonathan Lange2010-12-291-15/+16
| | * | Add a `stream_content` helper.Jonathan Lange2010-12-291-4/+34
| | * | Republish StringIO through compat to avoid repeated codeJonathan Lange2010-12-292-7/+6
| | * | PEP 8.Jonathan Lange2010-12-291-6/+7
* | | | Clean up errors.Jonathan Lange2011-03-222-4/+4
|/ / /
* | | Rename 'command' to 'distutilscmd'Jonathan Lange2011-02-142-5/+5
* | | Make the tests skip when fixtures is not installed, rather than raising NameE...Jonathan Lange2011-02-131-0/+5
* | | Use local variables instead of instance variables.Jonathan Lange2011-02-131-20/+20
* | | Copyright bumpJonathan Lange2011-02-131-1/+1
* | | Actually run the new tests.Jonathan Lange2011-02-131-1/+4
* | | Style changes.Jonathan Lange2011-02-131-20/+19
* | | Merge patch from Christian Kampka (kampka)Jonathan Lange2011-02-131-0/+86
| |/ |/|
* | Get it right.Jonathan Lange2011-01-2214-12/+16
* | Merge trunkJonathan Lange2011-01-215-5/+85
|\ \
| * | TweaksJonathan Lange2011-01-201-1/+1
| * | Add option regular expression matching logic to MatchesException.Jonathan Lange2011-01-201-0/+19
| * | Add __future__ import.Aaron Bentley2011-01-191-0/+2
| * | Add ExpectedException.Aaron Bentley2011-01-192-0/+44
| |/
| * ChangesRobert Collins2010-12-201-4/+10
| * Avoid issue with broken __unicode__ method on some Python 2.6 minor versionsMartin2010-12-161-0/+2
| * Workaround 2.4 threading bug in test_spinner.Robert Collins2010-12-141-1/+8
* | Rename ``EachOf`` to ``MatchesListwise``Jonathan Lange2011-01-211-3/+4
* | merge trunkMichael Hudson2010-12-131-0/+4
|\ \ | |/
| * ``assertIsInstance`` supports a custom error message to be supplied, whichRobert Collins2010-12-131-0/+4
| |\
| | * Support optional 'msg' argument to TestCase.assertIsInstance.Jelmer Vernooij2010-12-121-0/+10
* | | add AfterPreprocessingMichael Hudson2010-12-131-0/+22
* | | add MatchesSetwiseMichael Hudson2010-12-131-0/+77
* | | add MatchesRegexMichael Hudson2010-12-131-0/+19
* | | add EachOf and MatchesStructure matchersMichael Hudson2010-12-131-0/+76
|/ /
* | remove the final newline from the description of MismatchesAllMichael Hudson2010-12-131-4/+2
* | trivial test fixMichael Hudson2010-12-131-1/+1
|/
* Merge mgz's fix for our StringIO importJonathan Lange2010-12-111-4/+3
|\