Release 1.5.0.
[third_party/testtools] / NEWS
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 setup.py to work without six installed.
2014-11-15 Robert CollinsFix skipping setUpClass with self.skipException
2014-11-15 Robert CollinsRelease 1.2.1.
2014-11-15 Robert CollinsRelease 1.2.0.
2014-11-13 Robert CollinsUse unittest2 TestProgram implementation.
2014-11-07 Robert CollinsMake discover run the same tests as 'make test'.
2014-10-31 Robert CollinsWe now publish wheels of testtools.
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 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-31 rbtcollinsMerge pull request #102 from rbtcollins/master
2014-08-31 Robert CollinsDocument backwards compatibility policy
2014-08-29 Robert CollinsUnbreak discovery from 0.9.38.
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-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 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 GagnonMerge https://github.com/testing-cabal/testtools
2014-05-26 Jonathan LangeMerge pull request #82 from thomir/fix-expectedFailure
2014-03-10 Thomi RichardsAdded failing test for python 3.4 unittest.expectedFail...
2014-01-29 Robert CollinsRelease 0.9.35.
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 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-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 Benedikt Morbachrun network test on the loopback interface only
2013-11-24 Robert CollinsExport AnyMatch properly.
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 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-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-04-27 Jonathan LangeRelease 0.9.31
2013-04-17 Robert CollinsTeach ExpectedException how to annotate errors.
2013-04-08 Robert CollinsRelease 0.9.30.
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-20 Robert CollinsHandle broken test run() methods in ConcurrentTestSuite.
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.
next