~testing-cabal/testtools/trunk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: GitHub
  • Author(s): Free Ekanayaka
  • Date: 2017-04-11 13:13:10 UTC
  • Revision ID: git-v1:01d4a9b59ecb93701838b8df5ee8fbbd3d22b0f4
Add ResourcedToStreamDecorator test result decorator for testresources integration (#243)

This new decorator implements the TestResult protocol extension supported by test resources. For example, tt makes it possible to easily have resource-related events streamed to subunit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
NEXT
7
7
~~~~
8
8
 
 
9
Improvements
 
10
------------
 
11
 
 
12
* New ``ResourcedToStreamDecorator`` for tracking lifecycle events of
 
13
  test resources, and possibly integrate with subunit.
 
14
 
9
15
2.2.0
10
16
~~~~~
11
17