Branch: refs/heads/features
Home: https://github.com/pytest-dev/pytest
Commit: 84a9f7a263534ea6436e881fbeb4ed3a660cc6de
https://github.com/pytest-dev/pytest/commit/84a9f7a263534ea6436e881fbeb4ed3a660cc6de
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M doc/en/talks.rst
Log Message:
-----------
Add pytest Quick Start Guide to the books section in the docs
Commit: 29c5ac71bc3da35ed631719a43af4c45652d62aa
https://github.com/pytest-dev/pytest/commit/29c5ac71bc3da35ed631719a43af4c45652d62aa
Author: wim glenn <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M setup.py
M src/_pytest/terminal.py
Log Message:
-----------
improve line width estimate
Commit: ed4b94a180412a292c9fe7e65faabbeb01f5f49c
https://github.com/pytest-dev/pytest/commit/ed4b94a180412a292c9fe7e65faabbeb01f5f49c
Author: wim glenn <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
A changelog/3911.bugfix.rst
Log Message:
-----------
add changelog entry
Commit: c18a5b5179f724e7046742bae60da51dc74469d4
https://github.com/pytest-dev/pytest/commit/c18a5b5179f724e7046742bae60da51dc74469d4
Author: wim glenn <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M setup.py
M src/_pytest/terminal.py
Log Message:
-----------
try to be backwards compat
Commit: 96aad2983b590c10a87f4cde6cbb0a9f08f9937b
https://github.com/pytest-dev/pytest/commit/96aad2983b590c10a87f4cde6cbb0a9f08f9937b
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M setup.py
M src/_pytest/terminal.py
Log Message:
-----------
Move code to get width of current line to a function
Commit: 19fa01b91dc5289c82cc2c7dfd971eebc39cf28a
https://github.com/pytest-dev/pytest/commit/19fa01b91dc5289c82cc2c7dfd971eebc39cf28a
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M changelog/3911.bugfix.rst
Log Message:
-----------
Tweak changelog
Commit: 019e33ee3fc8cc2dc3a755f390fe97e51df87285
https://github.com/pytest-dev/pytest/commit/019e33ee3fc8cc2dc3a755f390fe97e51df87285
Author: Ronny Pfannschmidt <[email protected]>
Date: 2018-08-31 (Fri, 31 Aug 2018)
Changed paths:
M doc/en/talks.rst
Log Message:
-----------
Merge pull request #3915 from nicoddemus/quickstart-book-docs
Add pytest Quick Start Guide to the books section in the docs
Commit: 95881c870e80a537812e6e4fefb3da97925073b6
https://github.com/pytest-dev/pytest/commit/95881c870e80a537812e6e4fefb3da97925073b6
Author: dhirensr <[email protected]>
Date: 2018-08-31 (Fri, 31 Aug 2018)
Changed paths:
M AUTHORS
A changelog/3566.doc.rst
M doc/en/usage.rst
Log Message:
-----------
T3566,T3546: added a blurb in usage.rst for usage of flag -r
Commit: d53e449296e214ab09632c4305f4ea3368d0b303
https://github.com/pytest-dev/pytest/commit/d53e449296e214ab09632c4305f4ea3368d0b303
Author: Fabio Zadrozny <[email protected]>
Date: 2018-08-31 (Fri, 31 Aug 2018)
Changed paths:
M .gitignore
M AUTHORS
A changelog/3918.bugfix.rst
M src/_pytest/assertion/rewrite.py
M src/_pytest/main.py
Log Message:
-----------
Improve performance of assertion rewriting. Fixes #3918
Commit: cbbb36fc9b649858d68f6f5d37329ae2f7c445d9
https://github.com/pytest-dev/pytest/commit/cbbb36fc9b649858d68f6f5d37329ae2f7c445d9
Author: Daniel Hahler <[email protected]>
Date: 2018-08-31 (Fri, 31 Aug 2018)
Changed paths:
M .coveragerc
Log Message:
-----------
tests/CI: enable branch coverage
Commit: 75d29acc06e10f6a5f2bbe672299b7733aee8ac4
https://github.com/pytest-dev/pytest/commit/75d29acc06e10f6a5f2bbe672299b7733aee8ac4
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M doc/en/conf.py
Log Message:
-----------
Fix reference to inter-sphinx objects database
Commit: f3b0caf2999b28b9d07549fc330f57be3b2d1244
https://github.com/pytest-dev/pytest/commit/f3b0caf2999b28b9d07549fc330f57be3b2d1244
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M doc/en/usage.rst
Log Message:
-----------
Improve docs for summary report and move it further up in the doc
Commit: 8d8e68cf901e29af4cf422f40195a158a25d261a
https://github.com/pytest-dev/pytest/commit/8d8e68cf901e29af4cf422f40195a158a25d261a
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
A changelog/3911.bugfix.rst
M setup.py
M src/_pytest/terminal.py
Log Message:
-----------
Merge pull request #3911 from wimglenn/i18n_width
improve line width estimate
Commit: 495b44198fd3aafb00a7644b50b00bd8b9e36214
https://github.com/pytest-dev/pytest/commit/495b44198fd3aafb00a7644b50b00bd8b9e36214
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M AUTHORS
A changelog/3566.doc.rst
M doc/en/conf.py
M doc/en/usage.rst
Log Message:
-----------
Merge pull request #3917 from dhirensr/docs_for_detailed_info
T3566,T3546: added a blurb in usage.rst for usage of flag -r
Commit: 4675912d89ec8749abcacba5522e32122a52407b
https://github.com/pytest-dev/pytest/commit/4675912d89ec8749abcacba5522e32122a52407b
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
M src/_pytest/main.py
M testing/test_assertrewrite.py
Log Message:
-----------
Add tests for early rewrite bailout code and handle patterns with
subdirectories
Commit: 885b8a3b4c0dfef1499004f520016222f7aaa58f
https://github.com/pytest-dev/pytest/commit/885b8a3b4c0dfef1499004f520016222f7aaa58f
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M .gitignore
M changelog/3918.bugfix.rst
Log Message:
-----------
Fix linting
Commit: f3b9b21996fd1cd80d537c42bdd1734edb3af443
https://github.com/pytest-dev/pytest/commit/f3b9b21996fd1cd80d537c42bdd1734edb3af443
Author: Daniel Hahler <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M .coveragerc
Log Message:
-----------
Merge pull request #3920 from blueyed/branch
tests/CI: enable branch coverage
Commit: 90c00dfd542a5d95b0534502ccc2fe72e8909ed7
https://github.com/pytest-dev/pytest/commit/90c00dfd542a5d95b0534502ccc2fe72e8909ed7
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M src/_pytest/config/__init__.py
Log Message:
-----------
Use EXIT_USAGEERROR instead of magic number
Commit: dfa713163a0622b44528efd24c7e005e9e13f44d
https://github.com/pytest-dev/pytest/commit/dfa713163a0622b44528efd24c7e005e9e13f44d
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-01 (Sat, 01 Sep 2018)
Changed paths:
M src/_pytest/config/__init__.py
Log Message:
-----------
Merge pull request #3921 from nicoddemus/use-constant
Use EXIT_USAGEERROR instead of magic number
Commit: a13c6a84dfc5aa592176ecd728339bedb5aca0f7
https://github.com/pytest-dev/pytest/commit/a13c6a84dfc5aa592176ecd728339bedb5aca0f7
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-02 (Sun, 02 Sep 2018)
Changed paths:
M src/_pytest/outcomes.py
Log Message:
-----------
Mention explicitly when pytest.skip and pytest.xfail can be called
Fix #3219
Commit: dc13f0b46950e010579d144cddd097a13185c960
https://github.com/pytest-dev/pytest/commit/dc13f0b46950e010579d144cddd097a13185c960
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-02 (Sun, 02 Sep 2018)
Changed paths:
M appveyor.yml
Log Message:
-----------
Reenable pypy now that scandir can be installed without a compiler
Ref: benhoyt/scandir#105
Ref: #3111
Commit: f7dc9b9fef047350eef1032fe8cc1e10101ed6d0
https://github.com/pytest-dev/pytest/commit/f7dc9b9fef047350eef1032fe8cc1e10101ed6d0
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-02 (Sun, 02 Sep 2018)
Changed paths:
M src/_pytest/outcomes.py
Log Message:
-----------
Merge pull request #3922 from nicoddemus/skip-xfail-docs-3219
Mention explicitly when pytest.skip and pytest.xfail can be called
Commit: 15ede8aab83bd8b8e69298a05a8cd0618d8cf566
https://github.com/pytest-dev/pytest/commit/15ede8aab83bd8b8e69298a05a8cd0618d8cf566
Author: Ronny Pfannschmidt <[email protected]>
Date: 2018-09-02 (Sun, 02 Sep 2018)
Changed paths:
M appveyor.yml
Log Message:
-----------
Merge pull request #3924 from nicoddemus/enable-pypy
Reenable pypy now that scandir can be installed without a compiler
Commit: eec7081b8d6855b035fb11e9356283923d8fc366
https://github.com/pytest-dev/pytest/commit/eec7081b8d6855b035fb11e9356283923d8fc366
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-03 (Mon, 03 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
Log Message:
-----------
Make AssertionRewritingrHook use imp_find_module
Commit: 410d5762c05cec099c10bbe541e9989c0284017d
https://github.com/pytest-dev/pytest/commit/410d5762c05cec099c10bbe541e9989c0284017d
Author: Ronny Pfannschmidt <[email protected]>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
M .gitignore
M AUTHORS
A changelog/3918.bugfix.rst
M src/_pytest/assertion/rewrite.py
M src/_pytest/main.py
M testing/test_assertrewrite.py
Log Message:
-----------
Merge pull request #3919 from fabioz/master
Improve import performance of assertion rewrite. Fixes #3918.
Commit: 69b34f765871a0df23e08fd5f2caa45ff1d8732d
https://github.com/pytest-dev/pytest/commit/69b34f765871a0df23e08fd5f2caa45ff1d8732d
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
M .coveragerc
M .gitignore
M AUTHORS
M appveyor.yml
A changelog/3566.doc.rst
A changelog/3911.bugfix.rst
A changelog/3918.bugfix.rst
M doc/en/conf.py
M doc/en/talks.rst
M doc/en/usage.rst
M setup.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/config/__init__.py
M src/_pytest/main.py
M src/_pytest/outcomes.py
M src/_pytest/terminal.py
M testing/test_assertrewrite.py
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into release-3.8.0
Commit: 1f2062661826efb5ac4322c17e24db202bf0a147
https://github.com/pytest-dev/pytest/commit/1f2062661826efb5ac4322c17e24db202bf0a147
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
M CHANGELOG.rst
R changelog/2452.feature.rst
R changelog/2452.removal.rst
R changelog/2908.feature.rst
R changelog/3566.doc.rst
R changelog/3784.feature.rst
R changelog/3829.feature.rst
R changelog/3837.feature.rst
R changelog/3853.trivial.rst
R changelog/3907.doc.rst
R changelog/3911.bugfix.rst
R changelog/3913.bugfix.rst
R changelog/3918.bugfix.rst
R changelog/3936.removal.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.8.0.rst
M doc/en/example/reportingdemo.rst
M doc/en/usage.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
Log Message:
-----------
Preparing release version 3.8.0
Commit: f2a427da2523795ccc1c6a34df90ad5f16434221
https://github.com/pytest-dev/pytest/commit/f2a427da2523795ccc1c6a34df90ad5f16434221
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-06 (Thu, 06 Sep 2018)
Changed paths:
M .coveragerc
M .gitignore
M AUTHORS
M CHANGELOG.rst
M appveyor.yml
R changelog/2452.feature.rst
R changelog/2452.removal.rst
R changelog/2908.feature.rst
R changelog/3784.feature.rst
R changelog/3829.feature.rst
R changelog/3837.feature.rst
R changelog/3853.trivial.rst
R changelog/3907.doc.rst
R changelog/3913.bugfix.rst
R changelog/3936.removal.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.8.0.rst
M doc/en/conf.py
M doc/en/example/reportingdemo.rst
M doc/en/talks.rst
M doc/en/usage.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
M setup.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/config/__init__.py
M src/_pytest/main.py
M src/_pytest/outcomes.py
M src/_pytest/terminal.py
M testing/test_assertrewrite.py
Log Message:
-----------
Merge pull request #3940 from nicoddemus/release-3.8.0
Release 3.8.0
Compare:
https://github.com/pytest-dev/pytest/compare/531b76a51346...f2a427da2523
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit