@@ -12,6 +12,8 @@ Improvements
1212* Add support for Python 3.9.
1313 (Hugo van Kemenade)
1414
15+ * Python 3.5 has reached end-of-life and this is the last release to support it.
16+
1517* The skip, skipIf, and skipUnless decorators can now be used as class
1618 decorators as well as test method decorators, just as they can in
1719 unittest.
@@ -580,7 +582,7 @@ experimental and we might need to break it if it turns out to be unsuitable.
580582
581583Improvements
582584------------
583- * ``assertRaises`` works properly for exception classes that have custom
585+ * ``assertRaises`` works properly for exception classes that have custom
584586 metaclasses
585587
586588* ``ConcurrentTestSuite`` was silently eating exceptions that propagate from
@@ -767,14 +769,14 @@ Improvements
767769Changes
768770-------
769771
770- * ``testtools.run discover`` will now sort the tests it discovered. This is a
772+ * ``testtools.run discover`` will now sort the tests it discovered. This is a
771773 workaround for http://bugs.python.org/issue16709. Non-standard test suites
772774 are preserved, and their ``sort_tests()`` method called (if they have such an
773775 attribute). ``testtools.testsuite.sorted_tests(suite, True)`` can be used by
774776 such suites to do a local sort. (Robert Collins, #1091512)
775777
776778* ``ThreadsafeForwardingResult`` now defines a stub ``progress`` method, which
777- fixes ``testr run`` of streams containing progress markers (by discarding the
779+ fixes ``testr run`` of streams containing progress markers (by discarding the
778780 progress data). (Robert Collins, #1019165)
779781
7807820.9.23
@@ -1594,7 +1596,7 @@ Improvements
15941596 systems where os.sep is not '/'.
15951597
15961598* When a cleanUp or tearDown exception occurs, it is now accumulated as a new
1597- traceback in the test details, rather than as a separate call to addError /
1599+ traceback in the test details, rather than as a separate call to addError /
15981600 addException. This makes testtools work better with most TestResult objects
15991601 and fixes bug #335816.
16001602
0 commit comments