Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: 0f546c4670146fbb89407cad85518e3a7dcfa833
      
https://github.com/pytest-dev/pytest/commit/0f546c4670146fbb89407cad85518e3a7dcfa833
  Author: wim glenn <[email protected]>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    A changelog/4667.bugfix.rst
    M src/_pytest/junitxml.py
    M src/_pytest/reports.py
    M src/_pytest/skipping.py
    M src/_pytest/terminal.py
    M testing/acceptance_test.py
    M testing/test_skipping.py
    M testing/test_terminal.py

  Log Message:
  -----------
  pytest_terminal_summary uses result from pytest_report_teststatus hook, 
rather than hardcoded strings

Less hacky way to make XPASS yellow markup. Make sure collect reports still 
have a "when" attribute.

xfail changed to XFAIL in the test report, for consistency with other outcomes 
which are all CAPS


  Commit: 2d18546870837a12ebf2bcf93c2d5aa74cbaf0df
      
https://github.com/pytest-dev/pytest/commit/2d18546870837a12ebf2bcf93c2d5aa74cbaf0df
  Author: wim glenn <[email protected]>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M src/_pytest/pytester.py
    M src/_pytest/skipping.py

  Log Message:
  -----------
  resolving report.when attribute should be reliable now


  Commit: 8cf097635e7cfdf9837f89227d3f0f080b57b684
      
https://github.com/pytest-dev/pytest/commit/8cf097635e7cfdf9837f89227d3f0f080b57b684
  Author: wim glenn <[email protected]>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M testing/test_skipping.py

  Log Message:
  -----------
  Fixed one weird test that creates a class instead of using mocks.. ¯\_(ツ)_/¯


  Commit: 7b10474fed2acbd1d465b41adfc2314acbfafe8a
      
https://github.com/pytest-dev/pytest/commit/7b10474fed2acbd1d465b41adfc2314acbfafe8a
  Author: Bruno Oliveira <[email protected]>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    A changelog/4667.bugfix.rst
    M src/_pytest/junitxml.py
    M src/_pytest/pytester.py
    M src/_pytest/reports.py
    M src/_pytest/skipping.py
    M src/_pytest/terminal.py
    M testing/acceptance_test.py
    M testing/test_skipping.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Merge pull request #4668 from wimglenn/issues/4667

short report summary to use report teststatus data


Compare: 
https://github.com/pytest-dev/pytest/compare/ba452dbcf01f...7b10474fed2a
      **NOTE:** GitHub Services has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by 
January 31st, 2019.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to