force_failure in _reset() so that re-running a test after an
expectThat failure can succeed if successful conditions are met
again. (OumarCamara, #563)extract_result() and DeferredNotFired public APIs in
testtools.twistedsupport. These utilities are useful for extracting
results from synchronous Deferreds in tests. (Jelmer Vernooij, #546)unittest.TestCase.subTest. Failures are reported
individually while the entire test method is still treated as a single
test. (Stephen Finucane, #567)testtools.matchers.test module providing a test harness for
users who write their own custom matchers. (Stephen Finucane)typing-extensions is no longer required at runtime; it is only
needed for type checking. (Jelmer Vernooij, Takashi Kajinami, #569,
#571)Fully migrate away from Launchpad to GitHub.
FileContains matcher. (Jelmer Vernooij,
#538)* Allow stream=None to be passed to various TestResult
: classes that now support verbosity; fixes a regression
from 2.8.0.
: (Jelmer Vernooij)
Nearly matcher for approximate numerical comparisons. (Jelmer
Vernooij, #222)assertEquals. (Jelmer Vernooij, #108)
- Re-add accidentally removed methods on StreamToExtendedDecorator. (Jelmer Vernooij)
- Add typing. (Jelmer Vernooij, Stephen Finucane)
-v
(--verbose) flag is now functional and properly controls output
verbosity. Verbosity levels: 0 (quiet), 1 (dots, default), 2 (test
names). This applies to both normal test runs and discovery mode. (LP:
#872906)addDuration method and
collectedDurations attribute in TestResult classes. (Jelmer
Vernooij, #2045171)testtools.matchersAfterPreproccessing (use AfterPreprocessing)testtools.testcaseTestSkipped (use unittest.SkipTest)TestCase.skip (use TestCase.skipTest)TestCase.failUnlessEqual (use TestCase.assertEqual)TestCase.assertEquals (use TestCase.assertEqual)TestCase.failUnlessRaises (use TestCase.assertRaises)TestCase.assertItemsEqual (use TestCase.assertCountEqual)testtools.testresult.realdomap (no replacement)testtools.twistedsupport._runtestrun_with_log_observers (no replacement)Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2026-3fb4b3df91
Please log in to add feedback.
This update has been submitted for testing by salimma.
This update's test gating status has been changed to 'ignored'.
salimma edited this update.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.