[Pytest-commit] [pytest-dev/pytest] c0ef4a: Add captured log msgs to junit xml file

Bruno Oliveira nicoddemus at gmail.com
Tue Feb 6 18:42:13 EST 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: c0ef4a4d3544b103921946f66ef8c26fe6d192b5
      https://github.com/pytest-dev/pytest/commit/c0ef4a4d3544b103921946f66ef8c26fe6d192b5
  Author: Thomas Hisch <t.hisch at gmail.com>
  Date:   2018-02-03 (Sat, 03 Feb 2018)

  Changed paths:
    M _pytest/junitxml.py
    M _pytest/runner.py
    A changelog/3156.feature
    M testing/test_junitxml.py

  Log Message:
  -----------
  Add captured log msgs to junit xml file

For each test this adds the captured log msgs to a system-* tag in the junit
xml output file. The destination of the system-* tag is specified by
junit_logging ini option.


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

  Changed paths:
    M _pytest/runner.py

  Log Message:
  -----------
  Fix versionadded tag in caplog function


  Commit: 29a074eae30c605e3243a3127c6a51b4843ab46b
      https://github.com/pytest-dev/pytest/commit/29a074eae30c605e3243a3127c6a51b4843ab46b
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M _pytest/junitxml.py
    M _pytest/runner.py
    A changelog/3156.feature
    M testing/test_junitxml.py

  Log Message:
  -----------
  Merge pull request #3156 from thisch/junit_xml_log_fix

Add captured log msgs to junit xml file


Compare: https://github.com/pytest-dev/pytest/compare/f2fb841b2982...29a074eae30c


More information about the pytest-commit mailing list