Release 1.5.0.
[third_party/testtools] / testtools /
2014-11-20 Robert CollinsRelease 1.5.0. master
2014-11-17 Thomi RichardsMerge pull request #124 from rbtcollins/show-errors
2014-11-17 Robert CollinsShow import error details.
2014-11-17 Robert CollinsRelease 1.4.0
2014-11-17 Robert CollinsFix setUpClass upcalls on Python 2.6.
2014-11-15 Robert CollinsRelease 1.3.0.
2014-11-15 Robert CollinsFix skipping setUpClass with self.skipException
2014-11-15 Robert CollinsRelease 1.2.1.
2014-11-15 Robert CollinsOpening 1.2.1 for development.
2014-11-15 Robert CollinsRelease 1.2.0.
2014-11-13 Robert CollinsUse unittest2 TestProgram implementation.
2014-11-10 Jelmer VernooijMerge pull request #117 from jelmer/all-all
2014-11-08 Jelmer VernooijUpdate testtools.compat.__all__.
2014-11-07 Robert CollinsMake discover run the same tests as 'make test'.
2014-11-06 Robert CollinsImprove support for discovery on testtools.tests.
2014-11-01 Robert CollinsDepend on unittest2.
2014-10-16 Corey GoldbergFixed docstrings in content.py.
2014-10-15 Thomi RichardsMake text_content more explicit about the types that...
2014-10-14 Thomi RichardsFix unit tests which failed under pypy due to a change...
2014-09-13 Robert CollinsRelease 1.1.0.
2014-09-12 Thomi RichardsMerge pull request #105 from rbtcollins/bug-1368440
2014-09-11 Robert CollinsFix masking of fixture.setUp errors.
2014-09-02 Robert CollinsOpenning 1.0.1 for development.
2014-09-02 Robert CollinsRelease 1.0.0.
2014-09-02 Thomi RichardsMerge pull request #104 from rbtcollins/systemexit
2014-09-02 Robert CollinsFix handling of uncatchable exceptions.
2014-09-01 rbtcollinsMerge pull request #103 from thomir/fix-skip-decorator
2014-09-01 Thomi RichardsFix issue where using the skip* family of decorators...
2014-08-29 Robert CollinsOpening 0.9.40 for development.
2014-08-29 Robert CollinsUnbreak discovery from 0.9.38.
2014-08-29 Thomi RichardsOpening 0.9.39 for development.
2014-08-29 Thomi RichardsBumped version number for release.
2014-08-28 Robert CollinsBackport fix for load_tests in package modules.
2014-08-28 Robert CollinsImplement discover import error detection on 2.6.
2014-08-26 Jonathan LangeFix rST error in `StreamResult`
2014-08-24 Robert CollinsOpening 0.9.38 for development.
2014-08-24 Robert CollinsRelease 0.9.37.
2014-08-24 Robert CollinsHonour stdout on TestProgram more fully.
2014-08-24 Robert CollinsHandle content objects better
2014-08-22 Robert CollinsOpening 0.9.37 for development.
2014-08-22 Robert CollinsRelease 0.9.36
2014-08-21 Robert CollinsError if setUp or tearDown are called twice.
2014-06-10 Jonathan LangeMerge pull request #85 from robotfuel/master
2014-05-27 Chris Gagnonabandoned pull request revived to comply with comments...
2014-05-27 Chris GagnonMerge https://github.com/testing-cabal/testtools
2014-05-26 Jonathan LangeMerge pull request #82 from thomir/fix-expectedFailure
2014-05-16 Jonathan LangeMerge pull request #83 from thomir/add-text-content...
2014-05-15 Thomi RichardsRaise a TypeError when text_content is passed bytes...
2014-05-02 Jonathan LangeMerge pull request #78 from jogo/master
2014-03-10 Thomi RichardsAdded failing test for python 3.4 unittest.expectedFail...
2014-02-15 Joe GordonAdd optional message to assert(Not)In
2014-01-29 Robert CollinsOpening 0.9.36 for development.
2014-01-29 Robert CollinsRelease 0.9.35.
2013-12-09 Thomi RichardsAdd expectThat method to testtools.TestCase.
2013-12-04 Daniel WatkinsCopy assertThat docstring on to assert_that.
2013-12-04 Daniel WatkinsMove assertThat tests to separate module and apply...
2013-12-04 Daniel WatkinsCreate assert_that function and use it from TestCase...
2013-12-04 Jonathan LangeMerge pull request #71 from OddBloke/python24_25_removal
2013-12-04 Daniel WatkinsUse explanatory functions for gnarly exception handling...
2013-12-04 Daniel WatkinsUse super correctly.
2013-12-03 Daniel WatkinsRemove workaround for getincrementaldecoder not being...
2013-12-03 Daniel WatkinsRemove documentation suggestion that we support anythin...
2013-12-03 Daniel WatkinsRevert "Workaround 2.4 threading bug in test_spinner."
2013-12-03 Daniel WatkinsUse a context manager as suggested by a comment.
2013-12-03 Daniel WatkinsDon't support Python 2.4 test method naming.
2013-12-03 Daniel WatkinsRemove Python 2.4 deprecation warning special-casing.
2013-12-03 Daniel WatkinsRemove (always skipped) test for string exceptions.
2013-12-03 Daniel WatkinsRemove another Python 2.4 special case.
2013-12-03 Daniel WatkinsRemove and relocate some now un-needed compatibility...
2013-12-03 Daniel WatkinsWe no longer need to handle Python 2.4's KeyboardInterr...
2013-12-03 Daniel WatkinsRemove trailing whitespace.
2013-12-03 Daniel WatkinsWe no longer need to handle string exceptions in TestCase.
2013-12-03 Daniel WatkinsUse proper super call in MismatchError.
2013-11-30 Robert CollinsOpen 0.9.35 for dev.
2013-11-30 Robert CollinsRelease 0.9.34
2013-11-29 Martin PackmanFix test_bom Python 3.3 test failure
2013-11-28 Kui ShiIn Python 3.3, if there are duplicate test ids, tests...
2013-11-28 Thomi RichardsAdd 'force_failure' feature to testtools.TestCase.
2013-11-26 Thomi RichardsAdd testtools.StacktraceContent.
2013-11-24 Robert CollinsIndicate failed imports in list-tests.
2013-11-24 Robert CollinsBe more paranoid about list-tests behaviour.
2013-11-24 Robert CollinsCleanup sys.modules correctly in test_run.
2013-11-24 Benedikt Morbachrun network test on the loopback interface only
2013-11-24 Robert CollinsExport AnyMatch properly.
2013-11-18 Jonathan LangeMerge pull request #62 from thomir/fix-typo
2013-11-18 Thomi RichardsFix Typo in StreamResult docs.
2013-11-07 Robert CollinsExport testtools.content.json_content properly.
2013-11-05 Robert CollinsRelease 0.9.33.
2013-11-05 Robert CollinsFix StreamSummary counting of testsRun.
2013-10-26 Jonathan LangeComment about disabled test
2013-10-26 Jonathan LangeMerge pull request #57 from thomir/refactor-stack-content
2013-10-25 Thomi RichardsAdd StackLinesContent, reimplement TracebackContent...
2013-10-23 Jonathan LangeMerge pull request #55 from thomir/remove-unused-buffer...
2013-10-23 Thomi RichardsRemove unused code.
2013-10-21 Jonathan LangeMerge pull request #49 from thomir/refactor-compat...
2013-10-21 Thomi RichardsRefactor testtools.compat._format_exc_info into two...
2013-10-18 Thomi RichardsAdd the 'addDetailUniqueName' method to TestCase.
2013-10-13 Xiao HanyuFix a KeysEqual bug.
2013-06-17 Jonathan LangeOpening 0.9.33 for development
2013-06-17 Jonathan LangePrepare for 0.9.32
next