~testing-cabal/testtools/trunk

« back to all changes in this revision

Viewing changes to setup.cfg

  • 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:
12
12
[extras]
13
13
test =
14
14
  testscenarios
 
15
  testresources
15
16
  unittest2>=1.1.0
16
17
 
17
18
[files]