third_party/testtools
2014-08-27 rbtcollinsMerge pull request #97 from jml/api-links
2014-08-27 Jonathan LangeFix broken links to old mumak.net documentation
2014-08-26 Jonathan LangeGo back to capitalized testtools for now.
2014-08-26 Jonathan LangeFix rST error in `StreamResult`
2014-08-26 Jonathan LangeInitial cut of API changes
2014-08-26 Jonathan LangeIgnore all the things
2014-08-26 Jonathan LangeSome minor tweaks
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-08-21 Robert CollinsRevert back to explicit test identification.
2014-08-21 Jonathan LangeMerge pull request #88 from Veebers/minor_doc_fixes
2014-08-18 Christopher LeeRemove newline in url that broke the link in the docs.
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 CollinsFix automation harder.
2014-01-29 Robert CollinsRelease 0.9.35.
2014-01-29 Robert CollinsUse a credentials file rather than global keyring.
2014-01-29 Robert CollinsDon't try to release 'NEXT'.
2013-12-09 Thomi RichardsAdd expectThat method to testtools.TestCase.
2013-12-09 Daniel WatkinsBuild docs as part of the Travis build.
2013-12-04 Daniel WatkinsAdd assert_that NEWS entry.
2013-12-04 Daniel WatkinsCopy assertThat docstring on to assert_that.
2013-12-04 Daniel WatkinsAdd assert_that function documentation.
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 WatkinsAdd NEWS entry for Python 2.4/2.5 code path 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 CollinsFix NEWS item sorting.
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-24 Jonathan LangeSome notes on discussing changes
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-11-05 Robert CollinsFix NEWS formatting.
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 RichardsAdded missing line in NEWS file for features merged...
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-09-04 Robert CollinsSetup gerrit metadata.
2013-07-16 Jonathan LangeMerge pull request #43 from jcollado/isdivisible-typos
2013-07-12 Javier ColladoFixed a few typos in the documentation related to IsDiv...
2013-06-17 Jonathan LangeOpening 0.9.33 for development
2013-06-17 Jonathan LangePrepare for 0.9.32
2013-06-16 Robert CollinsDisable hiding internal frames within user frames.
2013-06-16 Robert CollinsFix TestSkipped importing with unittest2.
2013-05-12 Robert CollinsUpdate NEWS.
2013-05-12 Robert CollinsClarify docstrings for skipIf and skipUnless.
2013-05-12 Robert CollinsMove HasLength doc to the correct section.
2013-05-07 Clint ByrumClarify docstrings for skipIf and skipUnless.
2013-05-07 Xiao Hanyufix a typo
2013-05-07 Xiao Hanyuadjust HasLength doc position
2013-04-27 Jonathan LangeOpening 0.9.32 for development
2013-04-27 Jonathan LangeRelease 0.9.31
2013-04-17 Robert CollinsTeach ExpectedException how to annotate errors.
next