summaryrefslogtreecommitdiff
path: root/testtools/tests
Commit message (Expand)AuthorAgeFilesLines
* * ``content_from_file`` and ``content_from_stream`` now accept seek_offset andRobert Collins2012-12-111-0/+35
* Address mgz's comment.Jonathan Lange2012-10-191-5/+3
* Broaden the check to include PermissionError.Jonathan Lange2012-10-191-6/+8
* Fix all of the cosmetic Python 3.3 failures.Jonathan Lange2012-10-193-20/+33
* Correct handling of text vs bytes in json content type (mgz)Jonathan Lange2012-10-184-6/+9
|\
| * Fix some tests to account for new py3k quirksMartin2012-07-272-3/+6
| * Fix json_content helper on pythons with a unicode native str typeMartin2012-07-271-1/+1
| * Fix JSON content type test to not expect charset paramMartin2012-07-271-2/+2
* | Rename core to implJonathan Lange2012-09-102-3/+3
* | Add interface again.Jonathan Lange2012-09-081-0/+42
* | Rationalize imports.Jonathan Lange2012-09-087-61/+20
* | Clear out __init__Jonathan Lange2012-09-081-1/+3
* | Move MatchesPredicate to _higherorder.Jonathan Lange2012-09-082-21/+21
* | Move MatchesRegex to _basic.Jonathan Lange2012-09-082-28/+27
* | Split up the tests.Jonathan Lange2012-09-087-783/+885
* | FlakesJonathan Lange2012-09-081-2/+0
* | Move filesystem tests.Jonathan Lange2012-09-083-228/+245
* | Import all from basic.Jonathan Lange2012-09-081-1/+1
* | Move the tests.Jonathan Lange2012-09-083-326/+350
* | Move the filesystem matchers out.Jonathan Lange2012-09-081-0/+15
* | Move the tests to match the module.Jonathan Lange2012-09-082-2/+2
* | Fix a glitch.Jonathan Lange2012-08-101-0/+1
* | Include what's missing and what's extraJonathan Lange2012-08-101-1/+5
* | Get the other matcher passing the tests.Jonathan Lange2012-08-101-2/+2
* | Explicitly encode JSON data.Jonathan Lange2012-08-101-2/+2
* | Rename the matchers.Jonathan Lange2012-08-101-12/+13
* | Add a thing like MatchesAll but that takes a dict, make the new dict matchers...Jonathan Lange2012-08-071-0/+16
* | Clean upJonathan Lange2012-08-071-0/+19
* | SuperDict!Jonathan Lange2012-08-071-0/+42
* | Add a subdict.Jonathan Lange2012-08-071-0/+47
* | Less repetition.Jonathan Lange2012-08-071-1/+1
* | Spell 'Extra' and 'Missing' differentlyJonathan Lange2012-08-071-6/+6
* | Show mismatched keys nicelyJonathan Lange2012-08-061-3/+7
* | Drop the 'Differences' header from MismatchesAll.Jonathan Lange2012-08-061-19/+9
* | More detailed information about missing & extra.Jonathan Lange2012-08-061-4/+13
* | Initial cut of dict matcher. Really poor error reporting. No docstrings.Jonathan Lange2012-08-061-0/+49
* | Fix JSON tests.Jonathan Lange2012-08-061-1/+1
|/
* Only assert that a reraised traceback has the original as a tailMartin Packman2012-07-261-3/+4
* Add tests for compat.reraise details that fail on py3kMartin Packman2012-07-261-0/+37
* Add a JSON content type.Jonathan Lange2012-07-132-5/+14
* Add a json_content helper.Jonathan Lange2012-07-131-0/+9
* Hopefully a nice error message.Jonathan Lange2012-06-071-0/+7
* Implement __str__Jonathan Lange2012-06-071-0/+1
* Guarantee unhashable things can be handled.Jonathan Lange2012-06-071-5/+5
* Initial cut of SameMembers.Jonathan Lange2012-06-071-0/+23
* OK, it wasn't r261 that broke Jenkins, but rather, Jenkins broke between r260...Jonathan Lange2012-05-281-1/+18
* r261 broke Jenkins. Reverting.Jonathan Lange2012-05-281-18/+1
* Add new matcher, ContainsAll. Thanks rvba.Jonathan Lange2012-05-281-1/+18
|\
| * Refactor tests. Improve doc.Raphael Badin2012-04-301-2/+2
| * Add ContainsAll matcher.Raphael Badin2012-04-301-1/+18