[Checkins] [zopefoundation/zope.testrunner] c9a45e: Support 'skip' feature of newer unittest

GitHub noreply at github.com
Fri May 10 10:22:10 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: c9a45e3964d0688fea8cbdd0455c2caa7857224e
      https://github.com/zopefoundation/zope.testrunner/commit/c9a45e3964d0688fea8cbdd0455c2caa7857224e
  Author: Jonathan Ballet <jon at multani.info>
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M src/zope/testrunner/formatter.py
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/statistics.py
    M src/zope/testrunner/tests/test_doctest.py
    M src/zope/testrunner/tests/testrunner-arguments.txt
    M src/zope/testrunner/tests/testrunner-colors.txt
    M src/zope/testrunner/tests/testrunner-coverage.txt
    M src/zope/testrunner/tests/testrunner-debugging-layer-setup.test
    M src/zope/testrunner/tests/testrunner-debugging.txt
    M src/zope/testrunner/tests/testrunner-discovery.txt
    M src/zope/testrunner/tests/testrunner-edge-cases.txt
    M src/zope/testrunner/tests/testrunner-errors.txt
    A src/zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.py
    M src/zope/testrunner/tests/testrunner-gc.txt
    M src/zope/testrunner/tests/testrunner-knit.txt
    M src/zope/testrunner/tests/testrunner-layers-api.txt
    M src/zope/testrunner/tests/testrunner-layers-buff.txt
    M src/zope/testrunner/tests/testrunner-layers-ntd.txt
    M src/zope/testrunner/tests/testrunner-layers.txt
    M src/zope/testrunner/tests/testrunner-leaks.txt
    M src/zope/testrunner/tests/testrunner-profiling.txt
    M src/zope/testrunner/tests/testrunner-progress.txt
    M src/zope/testrunner/tests/testrunner-repeat.txt
    A src/zope/testrunner/tests/testrunner-report-skipped.txt
    M src/zope/testrunner/tests/testrunner-simple.txt
    M src/zope/testrunner/tests/testrunner-test-selection.txt
    M src/zope/testrunner/tests/testrunner-unexpected-success.txt
    M src/zope/testrunner/tests/testrunner-verbose.txt
    M src/zope/testrunner/tests/testrunner-wo-source.txt
    M tox.ini

  Log Message:
  -----------
  Support 'skip' feature of newer unittest


  Commit: da4f53ba47a9046184188063fcfcaf9cd0dbb79a
      https://github.com/zopefoundation/zope.testrunner/commit/da4f53ba47a9046184188063fcfcaf9cd0dbb79a
  Author: Jonathan Ballet <jon at multani.info>
  Date:   2013-05-08 (Wed, 08 May 2013)

  Changed paths:
    M src/zope/testrunner/formatter.py

  Log Message:
  -----------
  Fix typos


  Commit: 15e351074baba65ed4d7b2cd39c4bb6605712a30
      https://github.com/zopefoundation/zope.testrunner/commit/15e351074baba65ed4d7b2cd39c4bb6605712a30
  Author: Jonathan Ballet <jon at multani.info>
  Date:   2013-05-08 (Wed, 08 May 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Install unittest2 while testing on Python 2.6

This is used for 'skip' support, which is built-in in Python 2.7+ and
Python 3.1+


  Commit: 3821323c119a57ada2f5afe05fb438757d17e28d
      https://github.com/zopefoundation/zope.testrunner/commit/3821323c119a57ada2f5afe05fb438757d17e28d
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M setup.py
    M src/zope/testrunner/formatter.py
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/statistics.py
    M src/zope/testrunner/tests/test_doctest.py
    M src/zope/testrunner/tests/testrunner-arguments.txt
    M src/zope/testrunner/tests/testrunner-colors.txt
    M src/zope/testrunner/tests/testrunner-coverage.txt
    M src/zope/testrunner/tests/testrunner-debugging-layer-setup.test
    M src/zope/testrunner/tests/testrunner-debugging.txt
    M src/zope/testrunner/tests/testrunner-discovery.txt
    M src/zope/testrunner/tests/testrunner-edge-cases.txt
    M src/zope/testrunner/tests/testrunner-errors.txt
    A src/zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.py
    M src/zope/testrunner/tests/testrunner-gc.txt
    M src/zope/testrunner/tests/testrunner-knit.txt
    M src/zope/testrunner/tests/testrunner-layers-api.txt
    M src/zope/testrunner/tests/testrunner-layers-buff.txt
    M src/zope/testrunner/tests/testrunner-layers-ntd.txt
    M src/zope/testrunner/tests/testrunner-layers.txt
    M src/zope/testrunner/tests/testrunner-leaks.txt
    M src/zope/testrunner/tests/testrunner-profiling.txt
    M src/zope/testrunner/tests/testrunner-progress.txt
    M src/zope/testrunner/tests/testrunner-repeat.txt
    A src/zope/testrunner/tests/testrunner-report-skipped.txt
    M src/zope/testrunner/tests/testrunner-simple.txt
    M src/zope/testrunner/tests/testrunner-test-selection.txt
    M src/zope/testrunner/tests/testrunner-unexpected-success.txt
    M src/zope/testrunner/tests/testrunner-verbose.txt
    M src/zope/testrunner/tests/testrunner-wo-source.txt
    M tox.ini

  Log Message:
  -----------
  Merge pull request #4 from multani/support-skip-feature

Support 'skip' feature of newer unittest and unittest2


Compare: https://github.com/zopefoundation/zope.testrunner/compare/f82d5ce67d37...3821323c119a


More information about the checkins mailing list