summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.4.0testtools-1.4.0Robert Collins2014-11-172-1/+4
* Fix setUpClass upcalls on Python 2.6.Robert Collins2014-11-174-23/+52
* Release 1.3.0.testtools-1.3.0Robert Collins2014-11-162-1/+4
* Build universal wheels.Robert Collins2014-11-161-0/+3
* Fix setup.py to work without six installed.Robert Collins2014-11-163-9/+18
* Fix skipping setUpClass with self.skipExceptionRobert Collins2014-11-164-7/+38
* Release 1.2.1.testtools-1.2.1Robert Collins2014-11-162-1/+10
* Use a PEP-440 dev version instead of snapshot-.Robert Collins2014-11-161-1/+1
* Express our required unittest2 version.Robert Collins2014-11-162-3/+3
* Opening 1.2.1 for development.Robert Collins2014-11-151-1/+1
* Release 1.2.0.testtools-1.2.0Robert Collins2014-11-152-1/+4
* Expand test matrix to include Python 3.4 and pypy3Robert Collins2014-11-151-0/+2
* Pin Pygments below 2.0 for our 3.2 build.Robert Collins2014-11-151-1/+1
* Use unittest2 TestProgram implementation.Robert Collins2014-11-143-198/+42
* Merge pull request #117 from jelmer/all-allJelmer Vernooij2014-11-101-2/+0
|\
| * Update testtools.compat.__all__.Jelmer Vernooij2014-11-081-2/+0
|/
* Make discover run the same tests as 'make test'.Robert Collins2014-11-072-4/+10
* Improve support for discovery on testtools.tests.Robert Collins2014-11-073-6/+7
* Fixup travis. OOPS.Robert Collins2014-11-031-1/+1
* Depend on unittest2.Robert Collins2014-11-013-132/+11
* We now publish wheels of testtools.Robert Collins2014-10-312-2/+4
* Fixed docstrings in content.py.Corey Goldberg2014-10-171-20/+20
* Make text_content more explicit about the types that it accepts.Thomi Richards2014-10-163-3/+19
* Fix unit tests which failed under pypy due to a change in the way tracebacks ...Thomi Richards2014-10-152-14/+31
* Release 1.1.0.testtools-1.1.0Robert Collins2014-09-142-1/+4
* Merge pull request #105 from rbtcollins/bug-1368440Thomi Richards2014-09-133-2/+46
|\
| * Fix masking of fixture.setUp errors.Robert Collins2014-09-123-2/+46
|/
* Openning 1.0.1 for development.Robert Collins2014-09-021-1/+1
* Release 1.0.0.testtools-1.0.0Robert Collins2014-09-022-1/+8
* Merge pull request #104 from rbtcollins/systemexitThomi Richards2014-09-028-34/+132
|\
| * Fix handling of uncatchable exceptions.Robert Collins2014-09-028-34/+132
|/
* Merge pull request #103 from thomir/fix-skip-decoratorrbtcollins2014-09-014-0/+89
|\
| * Fix issue where using the skip* family of decorators still ran the setUp and ...Thomi Richards2014-09-014-0/+89
|/
* Merge pull request #102 from rbtcollins/masterrbtcollins2014-09-012-0/+18
|\
| * Document backwards compatibility policyRobert Collins2014-08-312-0/+18
|/
* Merge pull request #101 from rbtcollins/masterThomi Richards2014-08-291-2/+14
|\
| * Document release pre-requisites.Robert Collins2014-08-291-2/+14
|/
* Opening 0.9.40 for development.Robert Collins2014-08-291-1/+1
* Unbreak discovery from 0.9.38.testtools-0.9.39Robert Collins2014-08-293-2/+12
* Opening 0.9.39 for development.Thomi Richards2014-08-291-1/+1
* Bumped version number for release.testtools-0.9.38Thomi Richards2014-08-292-1/+6
* Backport fix for load_tests in package modules.Robert Collins2014-08-283-4/+167
* Implement discover import error detection on 2.6.Robert Collins2014-08-282-4/+14
* Merge pull request #97 from jml/api-linksrbtcollins2014-08-282-5/+3
|\
| * Fix broken links to old mumak.net documentationJonathan Lange2014-08-272-5/+3
|/
* Go back to capitalized testtools for now.Jonathan Lange2014-08-261-1/+1
* Fix rST error in `StreamResult`Jonathan Lange2014-08-261-2/+0
* Initial cut of API changesJonathan Lange2014-08-262-1/+27
* Ignore all the thingsJonathan Lange2014-08-261-0/+2
* Some minor tweaksJonathan Lange2014-08-261-1/+8