[Checkins] [zopefoundation/zope.testrunner] 48ae15: Support skipped tests in subunit output

GitHub noreply at github.com
Thu Apr 30 14:39:56 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: 48ae154232f3df5fbb863bb1477c92260153cc8d
      https://github.com/zopefoundation/zope.testrunner/commit/48ae154232f3df5fbb863bb1477c92260153cc8d
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M src/zope/testrunner/formatter.py
    M src/zope/testrunner/tests/testrunner-subunit.txt

  Log Message:
  -----------
  Support skipped tests in subunit output

Previously, attempting to run test suite, containing skipped tests with
--subunit option produced exception:

AttributeError: 'SubunitOutputFormatter' object has no attribute 'test_skipped'


  Commit: 5630082b172561c1972fe7eabb064cf3fe08eeca
      https://github.com/zopefoundation/zope.testrunner/commit/5630082b172561c1972fe7eabb064cf3fe08eeca
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M src/zope/testrunner/formatter.py
    M src/zope/testrunner/tests/testrunner-subunit.txt

  Log Message:
  -----------
  Merge pull request #25 from Shoobx/subunit-skip

Support skipped tests in subunit output


Compare: https://github.com/zopefoundation/zope.testrunner/compare/62fb35421dc8...5630082b1725


More information about the checkins mailing list