[Checkins] [zopefoundation/zope.testrunner] 83d25a: Fix subprocess error reporting on Python 3

GitHub noreply at github.com
Tue Jun 4 15:00:55 UTC 2013


  Branch: refs/heads/fix-issue-6
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: 83d25ac7be4e9c0435efe122e32d09fb4aaeb9da
      https://github.com/zopefoundation/zope.testrunner/commit/83d25ac7be4e9c0435efe122e32d09fb4aaeb9da
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/tests/testrunner-layers-buff.txt

  Log Message:
  -----------
  Fix subprocess error reporting on Python 3

Experience shows that subprocess.Popen().stderr.read() returns bytes,
not strings.


  Commit: 0d4b2d6a49e40b36dd809b9c748e59e768f9f5f6
      https://github.com/zopefoundation/zope.testrunner/commit/0d4b2d6a49e40b36dd809b9c748e59e768f9f5f6
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/tests/test_doctest.py
    M src/zope/testrunner/tests/testrunner-layers-buff.txt

  Log Message:
  -----------
  Show command line when subprocess fails


Compare: https://github.com/zopefoundation/zope.testrunner/compare/fbdbc828b508...0d4b2d6a49e4


More information about the checkins mailing list