Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: da9d814da43a32f9eb3924e5b5618a80d7786731
      
https://github.com/pytest-dev/pytest/commit/da9d814da43a32f9eb3924e5b5618a80d7786731
  Author: Victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-17 (Fri, 17 Aug 2018)

  Changed paths:
    M testing/test_capture.py

  Log Message:
  -----------
  Added test.


  Commit: 2b71cb9c381effaea13fa00c096a8f4c76a663b5
      
https://github.com/pytest-dev/pytest/commit/2b71cb9c381effaea13fa00c096a8f4c76a663b5
  Author: Victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-17 (Fri, 17 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py
    M src/_pytest/logging.py

  Log Message:
  -----------
  Added activation/deactivation of capture fixture in logging emit.


  Commit: f66764e1c00624b91c3ab9554c7872f9611ebc42
      
https://github.com/pytest-dev/pytest/commit/f66764e1c00624b91c3ab9554c7872f9611ebc42
  Author: Victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-17 (Fri, 17 Aug 2018)

  Changed paths:
    M AUTHORS
    A changelog/3819.bugfix.rst

  Log Message:
  -----------
  Added changelog and updated AUTHORS.


  Commit: e391c47ed8e6b4e68ec6e97b2ea3195a198e218f
      
https://github.com/pytest-dev/pytest/commit/e391c47ed8e6b4e68ec6e97b2ea3195a198e218f
  Author: Victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-17 (Fri, 17 Aug 2018)

  Changed paths:
    M testing/logging/test_reporting.py

  Log Message:
  -----------
  Update capture suspend test for logging.


  Commit: 3059bfb1b3a45ab517da945acf74fe20abcad5a4
      
https://github.com/pytest-dev/pytest/commit/3059bfb1b3a45ab517da945acf74fe20abcad5a4
  Author: Victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-17 (Fri, 17 Aug 2018)

  Changed paths:
    M testing/test_capture.py

  Log Message:
  -----------
  Update test with another problem.


  Commit: 090f67a980adb7460d8600b6e49f7719c7c6e870
      
https://github.com/pytest-dev/pytest/commit/090f67a980adb7460d8600b6e49f7719c7c6e870
  Author: Victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-17 (Fri, 17 Aug 2018)

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

  Log Message:
  -----------
  Refactored implementation and updated tests.


  Commit: 14db2f91ba5e94ebf55c55000b0da1e3b755cc26
      
https://github.com/pytest-dev/pytest/commit/14db2f91ba5e94ebf55c55000b0da1e3b755cc26
  Author: victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py

  Log Message:
  -----------
  Fixed global not called if no capsys fixture. Using now capsys context 
manager as well.


  Commit: 9fa7745795afd20e116cdd8ae93211a32054697b
      
https://github.com/pytest-dev/pytest/commit/9fa7745795afd20e116cdd8ae93211a32054697b
  Author: victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py
    M src/_pytest/logging.py

  Log Message:
  -----------
  Refactor, tests passing.


  Commit: eb2d0745301d597b7ef03450bea29c509237d60a
      
https://github.com/pytest-dev/pytest/commit/eb2d0745301d597b7ef03450bea29c509237d60a
  Author: victor <victor.mary...@typhoon-hil.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py
    M src/_pytest/logging.py

  Log Message:
  -----------
  Black changes.


  Commit: 9f7345d6639f803330835febee2694ceb925e08a
      
https://github.com/pytest-dev/pytest/commit/9f7345d6639f803330835febee2694ceb925e08a
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py

  Log Message:
  -----------
  Avoid leaving a reference to the last item on CaptureManager


  Commit: f674217c43c21f17b3693ce8b7b0e5bd06de2197
      
https://github.com/pytest-dev/pytest/commit/f674217c43c21f17b3693ce8b7b0e5bd06de2197
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/_pytest/capture.py
    M src/_pytest/compat.py
    M src/_pytest/logging.py

  Log Message:
  -----------
  Moved dummy_context_manager to compat module


  Commit: 5cf7d1dba21b51d4d20dc61b5a2f50bf5fc4fbf0
      
https://github.com/pytest-dev/pytest/commit/5cf7d1dba21b51d4d20dc61b5a2f50bf5fc4fbf0
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

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

  Log Message:
  -----------
  "suspend" method of capture fixture private

Also change the context-manager to global_and_fixture_disabled to
better convey its meaning


  Commit: 28aff051ab88ab055b315f10287a6657c437e47d
      
https://github.com/pytest-dev/pytest/commit/28aff051ab88ab055b315f10287a6657c437e47d
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M AUTHORS
    A changelog/3819.bugfix.rst
    M src/_pytest/capture.py
    M src/_pytest/compat.py
    M src/_pytest/logging.py
    M testing/logging/test_reporting.py
    M testing/test_capture.py

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

Bugfix/capsys with cli logging


Compare: 
https://github.com/pytest-dev/pytest/compare/29975e5b37c1...28aff051ab88
      **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.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to