[Pytest-commit] [pytest-dev/pytest] 391553: Disable output capturing in doctest to avoid losin...

Bruno Oliveira nicoddemus at gmail.com
Sat Feb 17 15:39:33 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: 391553887b072d1a533a83226995785bef28fe34
      https://github.com/pytest-dev/pytest/commit/391553887b072d1a533a83226995785bef28fe34
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
    M _pytest/doctest.py

  Log Message:
  -----------
  Disable output capturing in doctest to avoid losing reference to stdout. Fixes #985.


  Commit: d845af7b2405438a3f1b46f9ed65293543bc2cc7
      https://github.com/pytest-dev/pytest/commit/d845af7b2405438a3f1b46f9ed65293543bc2cc7
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
    A changelog/985.bugfix

  Log Message:
  -----------
  Add changelog. Ref #985.


  Commit: ce1872e7e87fd97a3e8e9daf2797f38dd8aff985
      https://github.com/pytest-dev/pytest/commit/ce1872e7e87fd97a3e8e9daf2797f38dd8aff985
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
    M .github/PULL_REQUEST_TEMPLATE.md
    M .travis.yml
    M _pytest/debugging.py
    M _pytest/fixtures.py
    M _pytest/mark.py
    M _pytest/python.py
    M _pytest/python_api.py
    A changelog/1810.bugfix.rst
    A changelog/3161.bugfix.rst
    A changelog/3166.trivial.rst
    A changelog/3202.doc.rst
    A changelog/985.trivial.rst
    A changelog/README.rst
    M doc/en/writing_plugins.rst
    M setup.py
    M tasks/requirements.txt
    M testing/python/fixture.py
    M testing/test_pdb.py
    M testing/test_recwarn.py

  Log Message:
  -----------
  Merge branch 'master' into bugfix/985/disable-output-capturing-in-doctest


  Commit: 247cdb835a404f9668022984bb688496b48e5809
      https://github.com/pytest-dev/pytest/commit/247cdb835a404f9668022984bb688496b48e5809
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
    M testing/test_pdb.py

  Log Message:
  -----------
  Remove xfail; tests now pass on macOS. Ref #985.


  Commit: 18c84a1904e96d5a4fc265b0fde56765ca36c7c3
      https://github.com/pytest-dev/pytest/commit/18c84a1904e96d5a4fc265b0fde56765ca36c7c3
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
    M _pytest/doctest.py

  Log Message:
  -----------
  Restrict fix to macOS only. Ref #3215.


  Commit: 435b8ddc7c681a4ba4490388756c7d49666ee8bf
      https://github.com/pytest-dev/pytest/commit/435b8ddc7c681a4ba4490388756c7d49666ee8bf
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
    M _pytest/doctest.py

  Log Message:
  -----------
  Rename method for additional clarity.


  Commit: 254e357076a8826d19219a769ea909c28c1d6f35
      https://github.com/pytest-dev/pytest/commit/254e357076a8826d19219a769ea909c28c1d6f35
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-17 (Sat, 17 Feb 2018)

  Changed paths:
    M _pytest/doctest.py

  Log Message:
  -----------
  Correct the broken indentation.


  Commit: 4131d3f300196da059f5abe6d36f4870459692ad
      https://github.com/pytest-dev/pytest/commit/4131d3f300196da059f5abe6d36f4870459692ad
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2018-02-17 (Sat, 17 Feb 2018)

  Changed paths:
    M _pytest/doctest.py

  Log Message:
  -----------
  Probably it's best to write the err stream to stderr.


  Commit: 9d879bee360d4119800c0bc44f1be987b300e2a4
      https://github.com/pytest-dev/pytest/commit/9d879bee360d4119800c0bc44f1be987b300e2a4
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-02-17 (Sat, 17 Feb 2018)

  Changed paths:
    M _pytest/doctest.py
    A changelog/985.bugfix
    M testing/test_pdb.py

  Log Message:
  -----------
  Merge pull request #3215 from pytest-dev/bugfix/985/disable-output-capturing-in-doctest

Disable output capturing in doctest


Compare: https://github.com/pytest-dev/pytest/compare/0f6879bf5e55...9d879bee360d


More information about the pytest-commit mailing list