[Pytest-commit] [pytest-dev/pytest] bdec2c: move marker transfer to _pytest.mark

Bruno Oliveira nicoddemus at gmail.com
Fri Jun 23 09:15:42 EDT 2017


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: bdec2c8f9e1b39914b5e9fbc6d73adc29cf88f3a
      https://github.com/pytest-dev/pytest/commit/bdec2c8f9e1b39914b5e9fbc6d73adc29cf88f3a
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M _pytest/mark.py
    M _pytest/python.py

  Log Message:
  -----------
  move marker transfer to _pytest.mark


  Commit: 64ae6ae25dba3169529ea7ed56d65b749314599b
      https://github.com/pytest-dev/pytest/commit/64ae6ae25dba3169529ea7ed56d65b749314599b
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M _pytest/mark.py

  Log Message:
  -----------
  extract application of marks and legacy markinfos


  Commit: 19b12b22e7e5c23bb9a9a0e74ca36d441481973f
      https://github.com/pytest-dev/pytest/commit/19b12b22e7e5c23bb9a9a0e74ca36d441481973f
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M _pytest/mark.py
    M testing/test_mark.py

  Log Message:
  -----------
  store pristine marks on function.pytestmark

fixes #2516


  Commit: c791895c93308699458cdf73fd647b92ed1779c0
      https://github.com/pytest-dev/pytest/commit/c791895c93308699458cdf73fd647b92ed1779c0
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    A changelog/2516.feature

  Log Message:
  -----------
  changelog addition


  Commit: 1d926011a4d684c4bd505a3e7ecc444f43cdc446
      https://github.com/pytest-dev/pytest/commit/1d926011a4d684c4bd505a3e7ecc444f43cdc446
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M _pytest/deprecated.py
    M _pytest/mark.py

  Log Message:
  -----------
  add deprecation warnings for using markinfo attributes


  Commit: 23d016f1149812babbaf42da3f6c21acd70597c2
      https://github.com/pytest-dev/pytest/commit/23d016f1149812babbaf42da3f6c21acd70597c2
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M _pytest/deprecated.py
    M _pytest/mark.py

  Log Message:
  -----------
  address review comments

* enhance api for fetching marks off an object
* rename functions for storing marks
* enhance deprecation message for MarkInfo


  Commit: b0b6c355f7ab17fbaccfea6f70efe03866ed5940
      https://github.com/pytest-dev/pytest/commit/b0b6c355f7ab17fbaccfea6f70efe03866ed5940
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M changelog/2516.feature

  Log Message:
  -----------
  fixup changelog, thanks Bruno


  Commit: 8d5f2872d3aa7549299a7bfe7dfca1bd8f022bf5
      https://github.com/pytest-dev/pytest/commit/8d5f2872d3aa7549299a7bfe7dfca1bd8f022bf5
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M _pytest/python.py

  Log Message:
  -----------
  minor code style fix


  Commit: bab18e10eb1672f1bd320be4a777cc8b0cc4a273
      https://github.com/pytest-dev/pytest/commit/bab18e10eb1672f1bd320be4a777cc8b0cc4a273
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M _pytest/deprecated.py
    M _pytest/mark.py
    M _pytest/python.py
    A changelog/2516.feature
    M testing/test_mark.py

  Log Message:
  -----------
  Merge pull request #2517 from RonnyPfannschmidt/mark-expose-nontransfered

Mark expose nontransfered marks via pytestmark property


Compare: https://github.com/pytest-dev/pytest/compare/9bd890771673...bab18e10eb16


More information about the pytest-commit mailing list