summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9.22.testtools-0.9.22Robert Collins2012-12-112-3/+3
* * ``content_from_file`` and ``content_from_stream`` now accept seek_offset andRobert Collins2012-12-113-5/+55
* Not zip_safeJonathan Lange2012-10-251-1/+2
* Post-release cleanupJonathan Lange2012-10-252-1/+5
* Release 0.9.21testtools-0.9.21Jonathan Lange2012-10-252-3/+3
* Merge without review.Jonathan Lange2012-10-252-0/+8
|\
| * Re-expose DirContains.Jonathan Lange2012-10-252-0/+8
|/
* Post-release cleanupJonathan Lange2012-10-252-1/+5
* Release 0.9.20testtools-0.9.20Jonathan Lange2012-10-252-3/+5
* Expose new dict matchers.Jonathan Lange2012-10-252-0/+26
|\
| * Expose dict matchers.Jonathan Lange2012-10-252-0/+26
|/
* Remove a dead line of code in compat.py.Robert Collins2012-10-211-1/+0
* Merge release branch for 0.9.19Jonathan Lange2012-10-192-1/+11
|\
| * Bump for release.testtools-0.9.19Jonathan Lange2012-10-192-3/+9
|/
* Fix Python 3.3 failures and make tests pass in release tarball.Jonathan Lange2012-10-198-26/+46
|\
| * Address mgz's comment.Jonathan Lange2012-10-191-5/+3
| * Broaden the check to include PermissionError.Jonathan Lange2012-10-191-6/+8
| * NEWS update.Jonathan Lange2012-10-191-0/+9
| * Fix all of the cosmetic Python 3.3 failures.Jonathan Lange2012-10-195-24/+36
| * Remove HACKING and MANUAL from MANIFEST, as they are now in docs.Jonathan Lange2012-10-191-2/+0
| * Include matchers.Jonathan Lange2012-10-191-0/+1
|/
* Oops. Should have been committed.Jonathan Lange2012-10-191-1/+1
* Merge release branch.Jonathan Lange2012-10-193-2/+15
|\
| * Bump to 0.9.18 final.testtools-0.9.18Jonathan Lange2012-10-191-1/+1
| * Prep for 0.9.18 release.Jonathan Lange2012-10-192-3/+12
|/
* Release 0.9.17.Robert Collins2012-10-193-2/+9
|\
| * Release 0.9.17.testtools-0.9.17Robert Collins2012-10-193-4/+8
|/
* Correct handling of text vs bytes in json content type (mgz)Jonathan Lange2012-10-186-8/+17
|\
| * 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
* | Fix --list (lifeless)Jonathan Lange2012-10-183-2/+7
|\ \
| * | * ``python -m testtools.run discover . --list`` now works. (Robert Collins)Robert Collins2012-10-183-2/+7
|/ /
* | Epytext fixes.Jonathan Lange2012-09-222-5/+5
|\ \
| * | Fix epytext errors.Jonathan Lange2012-09-212-5/+5
|/ /
* | Update documentation to refer correctly to supported Python versions.Jonathan Lange2012-09-213-9/+9
|\ \
| * | More documentation updates.Jonathan Lange2012-09-171-4/+1
| * | Update overviewsJonathan Lange2012-09-171-4/+4
| * | Update the README for new Python versionsJonathan Lange2012-09-171-1/+4
|/ /
* | Split testtools.matchers into several submodules.Jonathan Lange2012-09-1224-3125/+3496
|\ \
| * | Rename core to implJonathan Lange2012-09-1012-16/+16
| * | NEWS entryJonathan Lange2012-09-081-0/+7
| * | 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