diff --git a/NEWS b/NEWS index 2bee113..a024fed 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,12 @@ testtools NEWS NEXT ~~~~ +* Provide a per-test decoractor, run_test_with, to specify which RunTest + object to use for a given test. (Jonathan Lange, #657780) + +* Fix the runTest parameter of TestCase to actually work, rather than raising + a TypeError. (Jonathan Lange, #657760) + 0.9.7 ~~~~~