third_party/testtools
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.
2013-04-08 Robert CollinsOpening 0.9.31 for development.
2013-04-08 Robert CollinsRelease 0.9.30.
2013-04-04 Jonathan LangeMake epytext documentation work
2013-04-04 Robert CollinsFix doc builds.
2013-04-03 Robert CollinsDecorateTestCaseResult was missing some used attributes...
2013-04-03 Robert CollinsExtendedToStreamDecorator wasn't using kwargs consistently.
2013-04-03 Robert CollinsAllow customisation of testtools.run --list-tests behav...
2013-04-03 Robert CollinsAdd a StreamResult Router.
2013-03-26 Jonathan LangeMerge pull request #34 from djipko/fix_assertraises_met...
2013-03-26 Nikola DipanovFix assertRaises when the exception has a metaclass
2013-03-19 Robert CollinsAdd a StreamResult safe for use in threaded/concurrent...
2013-03-18 Robert CollinsAdd a timestamping StreamResult.
2013-03-18 wbondFixed SyntaxError when installing via Python 3
2013-03-16 Robert CollinsAdd StreamTagger, for tagging StreamResult events.
2013-03-15 Robert CollinsAdd an adapter to adapt StreamResult event streams...
2013-03-14 Robert CollinsAdd an adapter to convert ExtendedTestResult to StreamR...
2013-03-13 Robert CollinsAdd a dedicated interface for controlling an in-progres...
2013-03-11 Robert CollinsAdd StreamSummary to generate summary statistics and...
2013-03-11 Robert CollinsProvide a loosely typed buffer layer for simple process...
2013-03-08 Robert CollinsAdds a CopyStreamResult which copies StreamResult event...
2013-03-08 Robert CollinsAdds a recording StreamResult for writing tests with.
2013-03-07 Robert CollinsThis defines a new sort of TestResult, StreamResult.
2013-03-07 Robert CollinsAdd a helper for decorating the result object given to
2013-03-07 Robert CollinsAdd support for timestamp events to Placeholder objects.
2013-03-06 Robert CollinsPlaceholder couldn't hold tags, which limits its use.
2013-03-05 Robert CollinsThe error message for setUp and tearDown upcall errors...
2013-03-01 Robert CollinsThe ContentType repr() incorrectly used , instead of ;.
2013-03-01 Robert CollinsAdd NEWS entry for pypy fix.
2013-02-22 Jonathan LangeMake test pass with PyPy
2013-02-20 Robert CollinsHandle broken test run() methods in ConcurrentTestSuite.
2013-02-07 Jonathan LangeIgnore .testrepository more effectively.
2013-02-07 Jonathan LangeOpening 0.9.30 for development.
2013-02-07 Jonathan LangeRelease 0.9.29
2013-02-07 Jonathan LangeMerge pull request #10 from emonty/master
2013-02-07 Monty TaylorReport filenames in upcall errors.
2013-02-07 Robert CollinsFurther fix to unicode_output_stream.
2013-02-07 Robert CollinsFix handling of io.StringIO in unicode_output_stream.
2013-02-05 Jonathan LangeMerge pull request #6 from kampka/master
2013-02-05 Robert CollinsOpening 0.9.29 for development.
2013-02-05 Robert CollinsRelease testtools-0.9.28.
2013-02-04 Christian KampkaAdd travis-ci continuous integration configuration
next