[Pytest-commit] [pytest-dev/pytest] 7d9b19: Refactoring: Separated suspend from snapping (stop...

Bruno Oliveira nicoddemus at gmail.com
Tue Aug 21 19:12:34 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: 7d9b198f734f7d1968c88476545da29fb90c1040
      https://github.com/pytest-dev/pytest/commit/7d9b198f734f7d1968c88476545da29fb90c1040
  Author: victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py

  Log Message:
  -----------
  Refactoring: Separated suspend from snapping (stopped always snapping when suspending - solves bug but still missing tests), reorganized functions and context managers.


  Commit: 2255892d65810cc4db2b82e2621ed313a0c47f7f
      https://github.com/pytest-dev/pytest/commit/2255892d65810cc4db2b82e2621ed313a0c47f7f
  Author: victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

  Changed paths:
    M testing/test_capture.py

  Log Message:
  -----------
  Improved test to cover more cases.


  Commit: 9e382e8d29f0563925eedb3dc5139aaee72a1e1c
      https://github.com/pytest-dev/pytest/commit/9e382e8d29f0563925eedb3dc5139aaee72a1e1c
  Author: victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

  Changed paths:
    M testing/test_capture.py

  Log Message:
  -----------
  Fixed test.


  Commit: 8b2c91836b507727141b12b1f47c8d29ef744d1e
      https://github.com/pytest-dev/pytest/commit/8b2c91836b507727141b12b1f47c8d29ef744d1e
  Author: victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py

  Log Message:
  -----------
  Fixed activation and used just runtest_protocol hook


  Commit: 0564b52c0e1ecdce87b98f902091f3e06a01cc13
      https://github.com/pytest-dev/pytest/commit/0564b52c0e1ecdce87b98f902091f3e06a01cc13
  Author: victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

  Changed paths:
    M src/_pytest/debugging.py
    M src/_pytest/setuponly.py
    M testing/logging/test_reporting.py
    M testing/test_capture.py

  Log Message:
  -----------
  Fixed integration with other modules/tests


  Commit: 7ea4992f169edf84eec10735be688523759d4543
      https://github.com/pytest-dev/pytest/commit/7ea4992f169edf84eec10735be688523759d4543
  Author: victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py
    M testing/logging/test_reporting.py
    M testing/test_capture.py

  Log Message:
  -----------
  Fixed linting.


  Commit: d611b035891f481570721d105d392db642412368
      https://github.com/pytest-dev/pytest/commit/d611b035891f481570721d105d392db642412368
  Author: Victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-20 (Mon, 20 Aug 2018)

  Changed paths:
    M testing/test_capture.py

  Log Message:
  -----------
  Parametrized tests for capfd as well. Separated global capture test.


  Commit: 70ebab3537f52163989df6ca6832d6dbb77f41bf
      https://github.com/pytest-dev/pytest/commit/70ebab3537f52163989df6ca6832d6dbb77f41bf
  Author: Victor <victor.maryama at typhoon-hil.com>
  Date:   2018-08-20 (Mon, 20 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py
    M src/_pytest/debugging.py
    M src/_pytest/setuponly.py
    M testing/test_capture.py

  Log Message:
  -----------
  Renamed snap_global_capture to read_global_capture.


  Commit: f1079a82222e06406c60db17492fb275b8fac6c1
      https://github.com/pytest-dev/pytest/commit/f1079a82222e06406c60db17492fb275b8fac6c1
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py
    M src/_pytest/debugging.py
    M src/_pytest/setuponly.py
    M testing/logging/test_reporting.py
    M testing/test_capture.py

  Log Message:
  -----------
  Merge pull request #3832 from Sup3rGeo/bugfix/capsys-with-cli-logging

Bugfix/capsys with cli logging (again)


Compare: https://github.com/pytest-dev/pytest/compare/43657f252f1e...f1079a82222e
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pytest-commit mailing list