[Pytest-commit] [pytest-dev/pytest] 069f32: print captured logs before entering pdb

Bruno Oliveira nicoddemus at gmail.com
Mon Feb 19 18:46:52 EST 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 069f32a8c452e7dbd4d10d4da2c142dd24bb5953
      https://github.com/pytest-dev/pytest/commit/069f32a8c452e7dbd4d10d4da2c142dd24bb5953
  Author: Brian Maissy <brian.maissy at gmail.com>
  Date:   2018-02-17 (Sat, 17 Feb 2018)

  Changed paths:
    M _pytest/debugging.py
    A changelog/3204.feature
    M testing/test_pdb.py

  Log Message:
  -----------
  print captured logs before entering pdb


  Commit: 51ece00923885fa41107e7469d510cb2233406af
      https://github.com/pytest-dev/pytest/commit/51ece00923885fa41107e7469d510cb2233406af
  Author: Thomas Hisch <thomas.hisch at ims.co.at>
  Date:   2018-02-18 (Sun, 18 Feb 2018)

  Changed paths:
    M _pytest/debugging.py
    M _pytest/terminal.py
    M changelog/1478.feature
    M testing/test_pdb.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Add captured-log support to --show-capture

Fixes: #3233


  Commit: ac7eb63a6b9899250ebd58f61f348ef69bf55875
      https://github.com/pytest-dev/pytest/commit/ac7eb63a6b9899250ebd58f61f348ef69bf55875
  Author: Thomas Hisch <thomas.hisch at ims.co.at>
  Date:   2018-02-18 (Sun, 18 Feb 2018)

  Changed paths:
    M _pytest/logging.py
    M doc/en/logging.rst
    M testing/logging/test_reporting.py

  Log Message:
  -----------
  Remove --no-print-logs option

This option is superseded by the --show-capture option. With --no-print-logs
it was possible to only disable the reporting of captured logs, which is no
longer possible with --show-capture. If --show-capture=no is used, no
captured content (stdout, stderr and logs) is reported for failed tests.


  Commit: acda6c46fb188514738bbb90f17279c11daa0510
      https://github.com/pytest-dev/pytest/commit/acda6c46fb188514738bbb90f17279c11daa0510
  Author: Thomas Hisch <thomas.hisch at ims.co.at>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

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

  Log Message:
  -----------
  Partially revert "Remove --no-print-logs option"

We'll deprecate --no-print-logs beginning with pytest-4.0.

This reverts commit ac7eb63a6b9899250ebd58f61f348ef69bf55875.


  Commit: 97bb6abcfa4d78f5bd9d0478d4aecd32d4910974
      https://github.com/pytest-dev/pytest/commit/97bb6abcfa4d78f5bd9d0478d4aecd32d4910974
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
    M _pytest/debugging.py
    M _pytest/terminal.py
    M changelog/1478.feature
    A changelog/3204.feature
    M doc/en/logging.rst
    M testing/test_pdb.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Merge pull request #3234 from thisch/showcapture_log_support

Add captured-log support to --show-capture


Compare: https://github.com/pytest-dev/pytest/compare/3bc8b50a0de1...97bb6abcfa4d


More information about the pytest-commit mailing list