[Checkins] [zopefoundation/zope.testrunner] 1decf0: Stop running of tests of all layers when using -x

GitHub noreply at github.com
Fri Apr 22 16:06:55 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: 1decf0dc64ed82a27b5d94d142d268490acd29e5
      https://github.com/zopefoundation/zope.testrunner/commit/1decf0dc64ed82a27b5d94d142d268490acd29e5
  Author: nielsbom <nbom at minddistrict.com>
  Date:   2016-04-21 (Thu, 21 Apr 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/tests/test_doctest.py
    A src/zope/testrunner/tests/testrunner-ex-37/layers.py
    A src/zope/testrunner/tests/testrunner-ex-37/stop_on_error.py
    A src/zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py
    A src/zope/testrunner/tests/testrunner-stops-when-stop-on-error.txt

  Log Message:
  -----------
  Stop running of tests of all layers when using -x

Bug #37: https://github.com/zopefoundation/zope.testrunner/issues/37

Previously the -x/--stop-on-error flag stopped running of tests on one layer
only.


  Commit: d3c6b94f5349a75efa773abcf3a643d5322b40a1
      https://github.com/zopefoundation/zope.testrunner/commit/d3c6b94f5349a75efa773abcf3a643d5322b40a1
  Author: nielsbom <nbom at minddistrict.com>
  Date:   2016-04-21 (Thu, 21 Apr 2016)

  Changed paths:
    M src/zope/testrunner/tests/testrunner-ex-37/layers.py
    M src/zope/testrunner/tests/testrunner-ex-37/stop_on_error.py
    M src/zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py

  Log Message:
  -----------
  Change copyright year of newly added Python modules


  Commit: 91768063c1393912f34172285cb794d5dd517cff
      https://github.com/zopefoundation/zope.testrunner/commit/91768063c1393912f34172285cb794d5dd517cff
  Author: nielsbom <nbom at minddistrict.com>
  Date:   2016-04-21 (Thu, 21 Apr 2016)

  Changed paths:
    M src/zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py
    M src/zope/testrunner/tests/testrunner-stops-when-stop-on-error.txt

  Log Message:
  -----------
  Use Exception instead of StandardError, for Python3


  Commit: d9c8f5918a16a135388f82773e3ba31812f561fb
      https://github.com/zopefoundation/zope.testrunner/commit/d9c8f5918a16a135388f82773e3ba31812f561fb
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/tests/test_doctest.py
    A src/zope/testrunner/tests/testrunner-ex-37/layers.py
    A src/zope/testrunner/tests/testrunner-ex-37/stop_on_error.py
    A src/zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py
    A src/zope/testrunner/tests/testrunner-stops-when-stop-on-error.txt

  Log Message:
  -----------
  Merge pull request #38 from niels-bom-md/master

Stop running of tests of all layers when using -x


Compare: https://github.com/zopefoundation/zope.testrunner/compare/1174b93167f2...d9c8f5918a16


More information about the checkins mailing list