summaryrefslogtreecommitdiff
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9.22.testtools-0.9.22Robert Collins2012-12-111-1/+1
* * ``content_from_file`` and ``content_from_stream`` now accept seek_offset andRobert Collins2012-12-112-5/+49
* Post-release cleanupJonathan Lange2012-10-251-1/+1
* Release 0.9.21testtools-0.9.21Jonathan Lange2012-10-251-1/+1
* Re-expose DirContains.Jonathan Lange2012-10-251-0/+2
* Post-release cleanupJonathan Lange2012-10-251-1/+1
* Release 0.9.20testtools-0.9.20Jonathan Lange2012-10-251-1/+1
* Expose dict matchers.Jonathan Lange2012-10-251-0/+6
* Remove a dead line of code in compat.py.Robert Collins2012-10-211-1/+0
* Merge release branch for 0.9.19Jonathan Lange2012-10-191-1/+1
|\
| * Bump for release.testtools-0.9.19Jonathan Lange2012-10-191-1/+1
|/
* 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-195-24/+36
* Oops. Should have been committed.Jonathan Lange2012-10-191-1/+1
* Bump to 0.9.18 final.testtools-0.9.18Jonathan Lange2012-10-191-1/+1
* Release 0.9.17.Robert Collins2012-10-191-1/+1
|\
| * Release 0.9.17.testtools-0.9.17Robert Collins2012-10-191-1/+1
|/
* Correct handling of text vs bytes in json content type (mgz)Jonathan Lange2012-10-185-8/+15
|\
| * 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-272-3/+7
| * Fix JSON content type test to not expect charset paramMartin2012-07-271-2/+2
* | * ``python -m testtools.run discover . --list`` now works. (Robert Collins)Robert Collins2012-10-181-1/+1
* | Fix epytext errors.Jonathan Lange2012-09-212-5/+5
* | Rename core to implJonathan Lange2012-09-1012-16/+16
* | More __all__ stuff.Jonathan Lange2012-09-081-2/+4
* | Add interface again.Jonathan Lange2012-09-081-0/+42
* | Rationalize imports.Jonathan Lange2012-09-087-61/+20
* | Clear out __init__Jonathan Lange2012-09-083-28/+6
* | Move MatchesPredicate to _higherorder.Jonathan Lange2012-09-086-59/+59
* | Move MatchesRegex to _basic.Jonathan Lange2012-09-086-62/+61
* | Split up the tests.Jonathan Lange2012-09-087-783/+885
* | Massive split Jonathan Lange2012-09-089-916/+987
* | 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 basic matchers into separate module.Jonathan Lange2012-09-084-281/+308
* | NotesJonathan Lange2012-09-081-1/+2
* | Move the filesystem matchers out.Jonathan Lange2012-09-084-184/+218
* | Move the tests to match the module.Jonathan Lange2012-09-082-2/+2
* | TODOsJonathan Lange2012-09-011-0/+6
* | Create a package for matchers, move all of the existing matchers intoJonathan Lange2012-09-012-0/+104
* | Post-release bumpJonathan Lange2012-08-101-1/+1
* | Release 0.9.16testtools-0.9.16Jonathan Lange2012-08-101-1/+1
* | Fix a glitch.Jonathan Lange2012-08-103-3/+18
* | Include what's missing and what's extraJonathan Lange2012-08-102-2/+9
* | Move _format out.Jonathan Lange2012-08-101-9/+12
* | Restore properly.Jonathan Lange2012-08-101-5/+1
* | Get the other matcher passing the tests.Jonathan Lange2012-08-102-6/+10