[Pytest-commit] [pytest-dev/pytest] a993ad: Allow tests declared as @staticmethod to use fixtu...

Bruno Oliveira nicoddemus at gmail.com
Thu Sep 7 13:24:58 EDT 2017


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: a993add78331dbebdc6bc3cec8100644eaa96402
      https://github.com/pytest-dev/pytest/commit/a993add78331dbebdc6bc3cec8100644eaa96402
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
    M _pytest/compat.py
    M _pytest/fixtures.py
    A changelog/2699.bugfix
    M testing/python/collect.py
    M testing/python/fixture.py

  Log Message:
  -----------
  Allow tests declared as @staticmethod to use fixtures

Fix #2699


  Commit: 1fc185b6405e63df37eb16bbbc62c0ed50d84f21
      https://github.com/pytest-dev/pytest/commit/1fc185b6405e63df37eb16bbbc62c0ed50d84f21
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
    M _pytest/compat.py

  Log Message:
  -----------
  Add comment about possible future refactoring in the fixture mechanism


  Commit: ad36407747da6b6efa85fa202031f9f2e45741e3
      https://github.com/pytest-dev/pytest/commit/ad36407747da6b6efa85fa202031f9f2e45741e3
  Author: Ronny Pfannschmidt <opensource at ronnypfannschmidt.de>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M _pytest/compat.py
    M _pytest/fixtures.py
    A changelog/2699.bugfix
    M testing/python/collect.py
    M testing/python/fixture.py

  Log Message:
  -----------
  Merge pull request #2700 from nicoddemus/staticmethods-fixtures

Allow tests declared as @staticmethod to use fixtures


  Commit: 3f8ff7f090314a25c3b24dfecc4d38f74393b137
      https://github.com/pytest-dev/pytest/commit/3f8ff7f090314a25c3b24dfecc4d38f74393b137
  Author: Xuan Luong <luonghoaixuan at gmail.com>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M AUTHORS
    A changelog/2604.doc
    M doc/en/example/markers.rst

  Log Message:
  -----------
  [DOC] Add examples for mark.with_args


  Commit: 549f5c1a47f510abab4d8d28cac221c685175679
      https://github.com/pytest-dev/pytest/commit/549f5c1a47f510abab4d8d28cac221c685175679
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M AUTHORS
    A changelog/2604.doc
    M doc/en/example/markers.rst

  Log Message:
  -----------
  Merge pull request #2736 from xuanluong/issue-2604-documents-mark.with_args

[DOC] Add examples for mark.with_args


  Commit: c52f87ede304f42cb9e8c79e461ccde8a55ea5f8
      https://github.com/pytest-dev/pytest/commit/c52f87ede304f42cb9e8c79e461ccde8a55ea5f8
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M CHANGELOG.rst
    R changelog/2604.doc
    R changelog/2653.doc
    R changelog/2681.bugfix
    R changelog/2691.trivial
    R changelog/2699.bugfix
    R changelog/2707.bugfix
    R changelog/2721.trivial
    R changelog/2731.bugfix
    R changelog/2739.trivial
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.2.2.rst
    M doc/en/example/markers.rst
    M doc/en/example/reportingdemo.rst

  Log Message:
  -----------
  Preparing release version 3.2.2


  Commit: 09349c344ed9de4b245d5a60a28ed0e039a4c944
      https://github.com/pytest-dev/pytest/commit/09349c344ed9de4b245d5a60a28ed0e039a4c944
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M CHANGELOG.rst
    R changelog/2604.doc
    R changelog/2653.doc
    R changelog/2681.bugfix
    R changelog/2691.trivial
    R changelog/2699.bugfix
    R changelog/2707.bugfix
    R changelog/2721.trivial
    R changelog/2731.bugfix
    R changelog/2739.trivial
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.2.2.rst
    M doc/en/example/markers.rst
    M doc/en/example/reportingdemo.rst

  Log Message:
  -----------
  Merge pull request #2757 from nicoddemus/release-3.2.2

Preparing release version 3.2.2


  Commit: 9273e11f219b801573e3f79b578c4dc435e2e060
      https://github.com/pytest-dev/pytest/commit/9273e11f219b801573e3f79b578c4dc435e2e060
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M AUTHORS
    M CHANGELOG.rst
    M _pytest/compat.py
    M _pytest/fixtures.py
    R changelog/2653.doc
    R changelog/2681.bugfix
    R changelog/2691.trivial
    R changelog/2707.bugfix
    R changelog/2721.trivial
    R changelog/2731.bugfix
    R changelog/2739.trivial
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.2.2.rst
    M doc/en/example/markers.rst
    M doc/en/example/reportingdemo.rst
    M testing/python/collect.py
    M testing/python/fixture.py

  Log Message:
  -----------
  Merge branch 'master' into features


Compare: https://github.com/pytest-dev/pytest/compare/6967f3070eec...9273e11f219b


More information about the pytest-commit mailing list