Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: afb8a4e35d0bf3393668a90bb4a30e55091543a2
      
https://github.com/pytest-dev/pytest/commit/afb8a4e35d0bf3393668a90bb4a30e55091543a2
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-06 (Sat, 06 Jan 2018)

  Changed paths:
    M _pytest/hookspec.py
    M doc/en/writing_plugins.rst

  Log Message:
  -----------
  Document bootstrap and initialization hooks

Fix #2616


  Commit: cb6b851780ac010990c1404776c44841d01a8b84
      
https://github.com/pytest-dev/pytest/commit/cb6b851780ac010990c1404776c44841d01a8b84
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-06 (Sat, 06 Jan 2018)

  Changed paths:
    M doc/en/backwards-compatibility.rst

  Log Message:
  -----------
  Update deprecation/removal docs to point to labels/milestones instead

Using milestones and proper issues are a much saner way to handle these topics
than keeping them in sync in a separate document


  Commit: bd1d17e8de30f6d52f9c4b61df4c6403f8f4f61c
      
https://github.com/pytest-dev/pytest/commit/bd1d17e8de30f6d52f9c4b61df4c6403f8f4f61c
  Author: Anthony Sottile <asott...@umich.edu>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
    M _pytest/_code/code.py
    M _pytest/_code/source.py
    A changelog/3067.trivial
    M doc/en/example/assertion/failure_demo.py
    M doc/en/example/reportingdemo.rst
    M extra/get_issues.py
    M testing/acceptance_test.py
    M testing/code/test_excinfo.py
    M testing/code/test_source.py
    M testing/python/collect.py
    M testing/python/metafunc.py
    M testing/test_argcomplete.py
    M testing/test_assertrewrite.py
    M testing/test_cache.py
    M testing/test_collection.py
    M testing/test_config.py
    M testing/test_conftest.py
    M testing/test_parseopt.py
    M testing/test_pluginmanager.py
    M testing/test_recwarn.py
    M testing/test_runner.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Replace py.std with stdlib imports


  Commit: cf9b31bd5adf1eb947af4f863ce3bca4d4cf5bec
      
https://github.com/pytest-dev/pytest/commit/cf9b31bd5adf1eb947af4f863ce3bca4d4cf5bec
  Author: Ronny Pfannschmidt <opensou...@ronnypfannschmidt.de>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M _pytest/_code/code.py
    M _pytest/_code/source.py
    A changelog/3067.trivial
    M doc/en/example/assertion/failure_demo.py
    M doc/en/example/reportingdemo.rst
    M extra/get_issues.py
    M testing/acceptance_test.py
    M testing/code/test_excinfo.py
    M testing/code/test_source.py
    M testing/python/collect.py
    M testing/python/metafunc.py
    M testing/test_argcomplete.py
    M testing/test_assertrewrite.py
    M testing/test_cache.py
    M testing/test_collection.py
    M testing/test_config.py
    M testing/test_conftest.py
    M testing/test_parseopt.py
    M testing/test_pluginmanager.py
    M testing/test_recwarn.py
    M testing/test_runner.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Merge pull request #3068 from asottile/pystd

Replace py.std with stdlib imports


  Commit: 820ea6d68f96ed320af5df14ecedbf20a86ed5b2
      
https://github.com/pytest-dev/pytest/commit/820ea6d68f96ed320af5df14ecedbf20a86ed5b2
  Author: Per A. Brodtkorb <per.andreas.brodtk...@gmail.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M doc/en/example/simple.rst

  Log Message:
  -----------
  Update Freezing pytest description in simple.rst 

I have trouble using third party plugins in my frozen program and discovered 
that other people have experienced it as well:

    https://mail.python.org/pipermail//pytest-dev/2015-June/003015.html

The problem is that the mechanism for plugin discovery used by pytest
(setupttools entry points) doesn't work with frozen executables so pytest
can't find any plugins. The solution seems to be to import the third party 
plugins explicitly as shown here:

    https://mail.python.org/pipermail//pytest-dev/2015-June/003018.html

This is not mentioned anywhere in the documentaion.


  Commit: 6fb46a0e79f71d6413ed820bfa1e77fa145aaf89
      
https://github.com/pytest-dev/pytest/commit/6fb46a0e79f71d6413ed820bfa1e77fa145aaf89
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M doc/en/example/simple.rst

  Log Message:
  -----------
  Merge pull request #3104 from pbrod/patch-1

Update Freezing pytest description in simple.rst


  Commit: 2674f352e8aae54d4c7d7a8c94acb464e03ab040
      
https://github.com/pytest-dev/pytest/commit/2674f352e8aae54d4c7d7a8c94acb464e03ab040
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M _pytest/hookspec.py
    M doc/en/writing_plugins.rst

  Log Message:
  -----------
  Merge pull request #3091 from nicoddemus/conftest-hooks

Document bootstrap and initialization hooks


  Commit: 3181718fe0a1761b7aebf48610945231fa4485ea
      
https://github.com/pytest-dev/pytest/commit/3181718fe0a1761b7aebf48610945231fa4485ea
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M doc/en/backwards-compatibility.rst

  Log Message:
  -----------
  Merge pull request #3087 from nicoddemus/deprecation-roadmap

Update deprecation/removal docs to point to labels/milestones instead


  Commit: 4a3863c2e28df69b59315a14b3a2ae4767d07ef9
      
https://github.com/pytest-dev/pytest/commit/4a3863c2e28df69b59315a14b3a2ae4767d07ef9
  Author: Brian Maissy <brian.mai...@gmail.com>
  Date:   2018-01-14 (Sun, 14 Jan 2018)

  Changed paths:
    M testing/test_pdb.py

  Log Message:
  -----------
  use flush in order to avoid hanging on mac


  Commit: 0a0d97aeb5eac43101b6f3f8a4b7d93f27464568
      
https://github.com/pytest-dev/pytest/commit/0a0d97aeb5eac43101b6f3f8a4b7d93f27464568
  Author: Brian Maissy <brian.mai...@gmail.com>
  Date:   2018-01-14 (Sun, 14 Jan 2018)

  Changed paths:
    A changelog/2022.bugfix

  Log Message:
  -----------
  added changelog news fragment


  Commit: 1f4831a23fdfab060006f65bb4fa891167374f2f
      
https://github.com/pytest-dev/pytest/commit/1f4831a23fdfab060006f65bb4fa891167374f2f
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-15 (Mon, 15 Jan 2018)

  Changed paths:
    M doc/en/getting-started.rst

  Log Message:
  -----------
  Update getting-started.rst


  Commit: f555a3a76cc205b0f0d2b253d0146290e7ca34cf
      
https://github.com/pytest-dev/pytest/commit/f555a3a76cc205b0f0d2b253d0146290e7ca34cf
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-15 (Mon, 15 Jan 2018)

  Changed paths:
    A .DS_Store
    A doc/.DS_Store
    A doc/en/.DS_Store
    M doc/en/getting-started.rst

  Log Message:
  -----------
  Update getting started guide

Proofread; added intro paragraph under first header to orient new users; fixed 
grammar errors (switched to active voice, actionable directions, etc) to 
improve readability


  Commit: b7485763581ba0f8936fdc451d1c9fa5b08007c0
      
https://github.com/pytest-dev/pytest/commit/b7485763581ba0f8936fdc451d1c9fa5b08007c0
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-15 (Mon, 15 Jan 2018)

  Changed paths:
    M AUTHORS

  Log Message:
  -----------
  Add name


  Commit: d8c23fd39bbe3e6d3f44ef44ffe58bee81fccaee
      
https://github.com/pytest-dev/pytest/commit/d8c23fd39bbe3e6d3f44ef44ffe58bee81fccaee
  Author: Kate <kate.su...@gmail.com>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
    M doc/en/parametrize.rst

  Log Message:
  -----------
  Fix wrong formatting


  Commit: 150537d5e0a1f6d835732f335c6e2db8394602db
      
https://github.com/pytest-dev/pytest/commit/150537d5e0a1f6d835732f335c6e2db8394602db
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
    M doc/en/parametrize.rst

  Log Message:
  -----------
  Merge pull request #3119 from PoppyBagel/fix-formatting

[doc] Fix wrong formatting in parametrize.rst


  Commit: e0b63e34fa2ad6c5cb6d607b3f276d3724c7986f
      
https://github.com/pytest-dev/pytest/commit/e0b63e34fa2ad6c5cb6d607b3f276d3724c7986f
  Author: Kimberly <ksered...@mozilla.com>
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
    A changelog/3129.trivial
    M doc/en/logging.rst

  Log Message:
  -----------
  fixed typo in logging doc and added fix to changelog


  Commit: 8be1136d039465d8e69ebc4ede35956f40aa6ea3
      
https://github.com/pytest-dev/pytest/commit/8be1136d039465d8e69ebc4ede35956f40aa6ea3
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
    M changelog/3129.trivial

  Log Message:
  -----------
  Small changelog formatting


  Commit: 621374679b0cc9be4bbb76589fd94f20ecb9e0ec
      
https://github.com/pytest-dev/pytest/commit/621374679b0cc9be4bbb76589fd94f20ecb9e0ec
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
    A changelog/3129.trivial
    M doc/en/logging.rst

  Log Message:
  -----------
  Merge pull request #3129 from kimberlythegeek/typo_in_logging_doc

Typo in logging doc


  Commit: 931e8830ba62a54c0158fd9a60af6b5f28fa1f11
      
https://github.com/pytest-dev/pytest/commit/931e8830ba62a54c0158fd9a60af6b5f28fa1f11
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
    A changelog/pr.doc

  Log Message:
  -----------
  Update changelog

Not issue ID. Will update with pr ID after submitting pr


  Commit: cd76366d87eaaec6d04234c3d625c4506c058eaf
      
https://github.com/pytest-dev/pytest/commit/cd76366d87eaaec6d04234c3d625c4506c058eaf
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
    A changelog/3131.doc
    R changelog/pr.doc

  Log Message:
  -----------
  Rename pr.doc to 3131.doc


  Commit: ebb4c4715560bbf86b7cd328bef90b0c981bedc7
      
https://github.com/pytest-dev/pytest/commit/ebb4c4715560bbf86b7cd328bef90b0c981bedc7
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-19 (Fri, 19 Jan 2018)

  Changed paths:
    R doc/.DS_Store

  Log Message:
  -----------
  Delete .DS_Store


  Commit: c3d420bf759dd306119d96c63d6ac98dab32023f
      
https://github.com/pytest-dev/pytest/commit/c3d420bf759dd306119d96c63d6ac98dab32023f
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-19 (Fri, 19 Jan 2018)

  Changed paths:
    R doc/en/.DS_Store

  Log Message:
  -----------
  Delete .DS_Store


  Commit: 0b6df94b12a841a3de2fbced9e6d75c65f29761d
      
https://github.com/pytest-dev/pytest/commit/0b6df94b12a841a3de2fbced9e6d75c65f29761d
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-19 (Fri, 19 Jan 2018)

  Changed paths:
    R .DS_Store

  Log Message:
  -----------
  Delete .DS_Store


  Commit: 0ab57c413957693aea3a05f959f42d1dac3bd560
      
https://github.com/pytest-dev/pytest/commit/0ab57c413957693aea3a05f959f42d1dac3bd560
  Author: Cyrus Maden <cyrus_ma...@brown.edu>
  Date:   2018-01-20 (Sat, 20 Jan 2018)

  Changed paths:
    M doc/en/getting-started.rst

  Log Message:
  -----------
  Typo fix: "handeling" --> "handling"


  Commit: 196dcc37a81aa5a0155f10a36a3131338108fa48
      
https://github.com/pytest-dev/pytest/commit/196dcc37a81aa5a0155f10a36a3131338108fa48
  Author: Brian Maissy <brian.mai...@gmail.com>
  Date:   2018-01-21 (Sun, 21 Jan 2018)

  Changed paths:
    M _pytest/hookspec.py
    A changelog/2698.doc

  Log Message:
  -----------
  Clarify a possible confusion when using pytest_fixture_setup with fixture 
functions that return None


  Commit: 5c0b340a4b76e4fa5063dfec25508c31fef2c613
      
https://github.com/pytest-dev/pytest/commit/5c0b340a4b76e4fa5063dfec25508c31fef2c613
  Author: Brian Maissy <brian.mai...@gmail.com>
  Date:   2018-01-21 (Sun, 21 Jan 2018)

  Changed paths:
    A changelog/2457.doc
    M doc/en/warnings.rst

  Log Message:
  -----------
  Clarify that warning capturing doesn't change the warning filter by default


  Commit: 8994603d46d32abc50f50a8967ed042c764b2172
      
https://github.com/pytest-dev/pytest/commit/8994603d46d32abc50f50a8967ed042c764b2172
  Author: Brian Maissy <brian.mai...@gmail.com>
  Date:   2018-01-21 (Sun, 21 Jan 2018)

  Changed paths:
    M _pytest/hookspec.py
    A changelog/2423.doc

  Log Message:
  -----------
  Document hooks (defined with historic=True) which cannot be used with 
hookwrapper=True


  Commit: 8a8797df8034fb37ced96406429fe6f1b28bbf1b
      
https://github.com/pytest-dev/pytest/commit/8a8797df8034fb37ced96406429fe6f1b28bbf1b
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-21 (Sun, 21 Jan 2018)

  Changed paths:
    M changelog/2423.doc

  Log Message:
  -----------
  Small changelog formatting


  Commit: e5739a3115152c6c65069ec625ab2f18f80743f6
      
https://github.com/pytest-dev/pytest/commit/e5739a3115152c6c65069ec625ab2f18f80743f6
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    A changelog/2457.doc
    M doc/en/warnings.rst

  Log Message:
  -----------
  Merge pull request #3136 from 
brianmaissy/doc/document_warning_filtering_behavior

Clarify that warning capturing doesn't change the warning filter by d…


  Commit: 060f68bd901904489b5dcf10367370224831f83b
      
https://github.com/pytest-dev/pytest/commit/060f68bd901904489b5dcf10367370224831f83b
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M _pytest/hookspec.py
    A changelog/2423.doc

  Log Message:
  -----------
  Merge pull request #3137 from 
brianmaissy/doc/note_that_certain_hooks_cant_be_used_with_hookwrapper

Document hooks (defined with historic=True) which cannot be used with 
hookwrapper=True


  Commit: 0d96a5bf9059e51324ac24ec24d68af1c35db6d8
      
https://github.com/pytest-dev/pytest/commit/0d96a5bf9059e51324ac24ec24d68af1c35db6d8
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M _pytest/hookspec.py
    A changelog/2698.doc

  Log Message:
  -----------
  Merge pull request #3135 from 
brianmaissy/doc/clarify_pytest_fixture_setup_with_fixture_that_returns_None

Clarify a possible confusion when using pytest_fixture_setup with fixture 
functions that return None


  Commit: baa189f5a351d41aee291fb46f564dc33b58abbf
      
https://github.com/pytest-dev/pytest/commit/baa189f5a351d41aee291fb46f564dc33b58abbf
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    M AUTHORS
    A changelog/3131.doc
    M doc/en/getting-started.rst

  Log Message:
  -----------
  Merge pull request #3131 from soyrice/master

Improve readability of Getting Started guide


  Commit: ff90c9e23765159469a0d21fee6e5fedc13f06d6
      
https://github.com/pytest-dev/pytest/commit/ff90c9e23765159469a0d21fee6e5fedc13f06d6
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    A changelog/2022.bugfix
    M testing/test_pdb.py

  Log Message:
  -----------
  Merge pull request #3116 from brianmaissy/pexpect_test_hangs_on_mac

use flush in order to avoid hanging on mac


  Commit: 4285325cb88d90ad36724de9d441e51da614f249
      
https://github.com/pytest-dev/pytest/commit/4285325cb88d90ad36724de9d441e51da614f249
  Author: Brian Maissy <brian.mai...@gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    A changelog/3143.doc
    M doc/en/usage.rst

  Log Message:
  -----------
  Added note that calling pytest.main multiple times from the same process is 
not recommended because of import caching


  Commit: 3bc7ced97ae2406916f4321ed63d2a4376e4a1aa
      
https://github.com/pytest-dev/pytest/commit/3bc7ced97ae2406916f4321ed63d2a4376e4a1aa
  Author: Ronny Pfannschmidt <opensou...@ronnypfannschmidt.de>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    A changelog/3143.doc
    M doc/en/usage.rst

  Log Message:
  -----------
  Merge pull request #3153 from 
brianmaissy/document_not_to_call_main_multiple_times

Added note that calling pytest.main multiple times from the same process is not 
recommended because of import caching


  Commit: aff463a3c4535c859a3fdfc54c96ec64a78e8834
      
https://github.com/pytest-dev/pytest/commit/aff463a3c4535c859a3fdfc54c96ec64a78e8834
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-27 (Sat, 27 Jan 2018)

  Changed paths:
    M AUTHORS
    M _pytest/_code/code.py
    M _pytest/_code/source.py
    M _pytest/hookspec.py
    A changelog/2022.bugfix
    A changelog/2423.doc
    A changelog/2457.doc
    A changelog/2698.doc
    A changelog/3067.trivial
    A changelog/3129.trivial
    A changelog/3131.doc
    A changelog/3143.doc
    M doc/en/backwards-compatibility.rst
    M doc/en/example/assertion/failure_demo.py
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/getting-started.rst
    M doc/en/parametrize.rst
    M doc/en/usage.rst
    M doc/en/warnings.rst
    M doc/en/writing_plugins.rst
    M extra/get_issues.py
    M testing/acceptance_test.py
    M testing/code/test_excinfo.py
    M testing/code/test_source.py
    M testing/python/collect.py
    M testing/python/metafunc.py
    M testing/test_argcomplete.py
    M testing/test_assertrewrite.py
    M testing/test_cache.py
    M testing/test_collection.py
    M testing/test_config.py
    M testing/test_conftest.py
    M testing/test_parseopt.py
    M testing/test_pdb.py
    M testing/test_pluginmanager.py
    M testing/test_recwarn.py
    M testing/test_runner.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into features


Compare: 
https://github.com/pytest-dev/pytest/compare/b3247c1d03f0...aff463a3c453
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to