Branch: refs/heads/master
Home: https://github.com/pytest-dev/pytest
Commit: 126896f69d065b46efbf55e6e2b30865ab4569c0
https://github.com/pytest-dev/pytest/commit/126896f69d065b46efbf55e6e2b30865ab4569c0
Author: Virgil Dupras <[email protected]>
Date: 2018-08-07 (Tue, 07 Aug 2018)
Changed paths:
M AUTHORS
A changelog/3784.feature.rst
M doc/en/reference.rst
M src/_pytest/config/__init__.py
M src/_pytest/helpconfig.py
M testing/test_config.py
Log Message:
-----------
Add option to disable plugin auto-loading
If `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set, disable auto-loading of
plugins through setuptools entrypoints. Only plugins that have been
explicitly specified are loaded.
ref #3784.
Commit: 5f97711377e00cdbbd29024fb5cba7b4ed9f5c0a
https://github.com/pytest-dev/pytest/commit/5f97711377e00cdbbd29024fb5cba7b4ed9f5c0a
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-08 (Wed, 08 Aug 2018)
Changed paths:
M AUTHORS
A changelog/3784.feature.rst
M doc/en/reference.rst
M src/_pytest/config/__init__.py
M src/_pytest/helpconfig.py
M testing/test_config.py
Log Message:
-----------
Merge pull request #3787 from hsoft/no-plugin-autoload
Add option to disable plugin auto-loading
Commit: c64a8c9c7f1b0fff2fcd05701d795648787e9c64
https://github.com/pytest-dev/pytest/commit/c64a8c9c7f1b0fff2fcd05701d795648787e9c64
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-18 (Sat, 18 Aug 2018)
Changed paths:
M AUTHORS
M CHANGELOG.rst
A changelog/3819.bugfix.rst
A changelog/3826.trivial.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.7.2.rst
M doc/en/changelog.rst
M doc/en/example/markers.rst
M doc/en/example/nonpython.rst
M doc/en/example/parametrize.rst
M src/_pytest/_code/code.py
M src/_pytest/capture.py
M src/_pytest/compat.py
M src/_pytest/config/__init__.py
M src/_pytest/config/argparsing.py
M src/_pytest/fixtures.py
M src/_pytest/logging.py
M src/_pytest/main.py
M src/_pytest/python.py
M src/_pytest/unittest.py
M src/_pytest/warnings.py
M testing/acceptance_test.py
M testing/code/test_excinfo.py
A testing/example_scripts/acceptance/fixture_mock_integration.py
A testing/example_scripts/collect/package_infinite_recursion/conftest.py
A
testing/example_scripts/collect/package_infinite_recursion/tests/__init__.py
A
testing/example_scripts/collect/package_infinite_recursion/tests/test_basic.py
A testing/example_scripts/config/collect_pytest_prefix/conftest.py
A testing/example_scripts/config/collect_pytest_prefix/test_foo.py
M testing/logging/test_reporting.py
M testing/python/collect.py
M testing/test_capture.py
M testing/test_collection.py
M testing/test_compat.py
M testing/test_config.py
M testing/test_unittest.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
Commit: a6cdd0d9da824e32343408ef63fdf017a15f0f57
https://github.com/pytest-dev/pytest/commit/a6cdd0d9da824e32343408ef63fdf017a15f0f57
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-18 (Sat, 18 Aug 2018)
Changed paths:
M AUTHORS
M CHANGELOG.rst
A changelog/3819.bugfix.rst
A changelog/3826.trivial.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.7.2.rst
M doc/en/changelog.rst
M doc/en/example/markers.rst
M doc/en/example/nonpython.rst
M doc/en/example/parametrize.rst
M src/_pytest/_code/code.py
M src/_pytest/capture.py
M src/_pytest/compat.py
M src/_pytest/config/__init__.py
M src/_pytest/config/argparsing.py
M src/_pytest/fixtures.py
M src/_pytest/logging.py
M src/_pytest/main.py
M src/_pytest/python.py
M src/_pytest/unittest.py
M src/_pytest/warnings.py
M testing/acceptance_test.py
M testing/code/test_excinfo.py
A testing/example_scripts/acceptance/fixture_mock_integration.py
A testing/example_scripts/collect/package_infinite_recursion/conftest.py
A
testing/example_scripts/collect/package_infinite_recursion/tests/__init__.py
A
testing/example_scripts/collect/package_infinite_recursion/tests/test_basic.py
A testing/example_scripts/config/collect_pytest_prefix/conftest.py
A testing/example_scripts/config/collect_pytest_prefix/test_foo.py
M testing/logging/test_reporting.py
M testing/python/collect.py
M testing/test_capture.py
M testing/test_collection.py
M testing/test_compat.py
M testing/test_config.py
M testing/test_unittest.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Merge pull request #3831 from nicoddemus/merge-master-into-features
Merge master into features
Commit: 539a22c750e2232ca6f0664976a4940e65c48ef5
https://github.com/pytest-dev/pytest/commit/539a22c750e2232ca6f0664976a4940e65c48ef5
Author: wim glenn <[email protected]>
Date: 2018-08-20 (Mon, 20 Aug 2018)
Changed paths:
M AUTHORS
A changelog/3837.feature.rst
M src/_pytest/pytester.py
M testing/test_pytester.py
Log Message:
-----------
Added support for xfailed and xpassed outcomes to the
``pytester.RunResult.assert_outcomes`` signature.
Commit: 044d2b8e6e4717a3cbc5316117e1433098c3fe08
https://github.com/pytest-dev/pytest/commit/044d2b8e6e4717a3cbc5316117e1433098c3fe08
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-20 (Mon, 20 Aug 2018)
Changed paths:
M AUTHORS
A changelog/3837.feature.rst
M src/_pytest/pytester.py
M testing/test_pytester.py
Log Message:
-----------
Merge pull request #3838 from wimglenn/runresult_xfail
Support xfailed and xpassed outcomes in RunResult.
Commit: 93f783228c3dfebd77a53e1d2e5fa81b49ae107a
https://github.com/pytest-dev/pytest/commit/93f783228c3dfebd77a53e1d2e5fa81b49ae107a
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-23 (Thu, 23 Aug 2018)
Changed paths:
A changelog/3829.feature.rst
M src/_pytest/terminal.py
M testing/test_terminal.py
Log Message:
-----------
Add the progress_display_mode ini option
Commit: 5fefc48f3332c7143d6f1ce5d4e70dc933100319
https://github.com/pytest-dev/pytest/commit/5fefc48f3332c7143d6f1ce5d4e70dc933100319
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-23 (Thu, 23 Aug 2018)
Changed paths:
M testing/test_terminal.py
Log Message:
-----------
Fixing pre-commit hooks
Commit: 5e260c4d3442505c8b3cbe2fc9e8571f872e7310
https://github.com/pytest-dev/pytest/commit/5e260c4d3442505c8b3cbe2fc9e8571f872e7310
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-25 (Sat, 25 Aug 2018)
Changed paths:
M changelog/3829.feature.rst
Log Message:
-----------
Fixing changelog file.
Commit: dda5e5ea328db9b80dbb098a925f2117c486010a
https://github.com/pytest-dev/pytest/commit/dda5e5ea328db9b80dbb098a925f2117c486010a
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-25 (Sat, 25 Aug 2018)
Changed paths:
M changelog/3829.feature.rst
Log Message:
-----------
Fixing backticks in changelog file.
Commit: 325319dc3b27febe63b6e2ea59bf6e4923207529
https://github.com/pytest-dev/pytest/commit/325319dc3b27febe63b6e2ea59bf6e4923207529
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-25 (Sat, 25 Aug 2018)
Changed paths:
M testing/test_terminal.py
Log Message:
-----------
Fixing xdist test to properly configure an ini file.
Commit: 2a917a582ed21e679e310dc37b964439d2ee7bad
https://github.com/pytest-dev/pytest/commit/2a917a582ed21e679e310dc37b964439d2ee7bad
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-25 (Sat, 25 Aug 2018)
Changed paths:
M testing/test_terminal.py
Log Message:
-----------
Removing accidental change to test
Commit: 2f2d5861bb14c9b61d4bea846b6d8043b9f6081d
https://github.com/pytest-dev/pytest/commit/2f2d5861bb14c9b61d4bea846b6d8043b9f6081d
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-26 (Sun, 26 Aug 2018)
Changed paths:
M .pre-commit-config.yaml
M .travis.yml
M AUTHORS
M CHANGELOG.rst
M bench/empty.py
R changelog/3819.bugfix.rst
R changelog/3826.trivial.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.7.3.rst
M doc/en/example/assertion/failure_demo.py
M doc/en/example/assertion/global_testmodule_config/conftest.py
M doc/en/example/multipython.py
M doc/en/example/parametrize.rst
M doc/en/example/pythoncollection.rst
M doc/en/example/reportingdemo.rst
M doc/en/goodpractices.rst
M doc/en/reference.rst
M doc/en/skipping.rst
M src/_pytest/_code/_py2traceback.py
M src/_pytest/_code/code.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/assertion/util.py
M src/_pytest/capture.py
M src/_pytest/config/argparsing.py
M src/_pytest/debugging.py
M src/_pytest/fixtures.py
M src/_pytest/main.py
M src/_pytest/outcomes.py
M src/_pytest/pytester.py
M src/_pytest/python.py
M src/_pytest/python_api.py
M src/_pytest/recwarn.py
M src/_pytest/runner.py
M src/_pytest/setuponly.py
M src/_pytest/terminal.py
M testing/acceptance_test.py
M testing/code/test_code.py
M testing/code/test_excinfo.py
M testing/code/test_source.py
M testing/example_scripts/acceptance/fixture_mock_integration.py
A testing/example_scripts/collect/collect_init_tests/pytest.ini
A testing/example_scripts/collect/collect_init_tests/tests/__init__.py
A testing/example_scripts/collect/collect_init_tests/tests/test_foo.py
M testing/logging/test_reporting.py
M testing/python/collect.py
M testing/python/fixture.py
M testing/python/metafunc.py
M testing/test_argcomplete.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_capture.py
M testing/test_collection.py
M testing/test_config.py
M testing/test_conftest.py
M testing/test_doctest.py
M testing/test_helpconfig.py
M testing/test_junitxml.py
M testing/test_monkeypatch.py
M testing/test_parseopt.py
M testing/test_pdb.py
M testing/test_pluginmanager.py
M testing/test_pytester.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
Commit: 80eef29681c9a5412f73022552bf24a98c80ac9a
https://github.com/pytest-dev/pytest/commit/80eef29681c9a5412f73022552bf24a98c80ac9a
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-26 (Sun, 26 Aug 2018)
Changed paths:
M .pre-commit-config.yaml
M .travis.yml
M AUTHORS
M CHANGELOG.rst
M bench/empty.py
R changelog/3819.bugfix.rst
R changelog/3826.trivial.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.7.3.rst
M doc/en/example/assertion/failure_demo.py
M doc/en/example/assertion/global_testmodule_config/conftest.py
M doc/en/example/multipython.py
M doc/en/example/parametrize.rst
M doc/en/example/pythoncollection.rst
M doc/en/example/reportingdemo.rst
M doc/en/goodpractices.rst
M doc/en/reference.rst
M doc/en/skipping.rst
M src/_pytest/_code/_py2traceback.py
M src/_pytest/_code/code.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/assertion/util.py
M src/_pytest/capture.py
M src/_pytest/config/argparsing.py
M src/_pytest/debugging.py
M src/_pytest/fixtures.py
M src/_pytest/main.py
M src/_pytest/outcomes.py
M src/_pytest/pytester.py
M src/_pytest/python.py
M src/_pytest/python_api.py
M src/_pytest/recwarn.py
M src/_pytest/runner.py
M src/_pytest/setuponly.py
M src/_pytest/terminal.py
M testing/acceptance_test.py
M testing/code/test_code.py
M testing/code/test_excinfo.py
M testing/code/test_source.py
M testing/example_scripts/acceptance/fixture_mock_integration.py
A testing/example_scripts/collect/collect_init_tests/pytest.ini
A testing/example_scripts/collect/collect_init_tests/tests/__init__.py
A testing/example_scripts/collect/collect_init_tests/tests/test_foo.py
M testing/logging/test_reporting.py
M testing/python/collect.py
M testing/python/fixture.py
M testing/python/metafunc.py
M testing/test_argcomplete.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_capture.py
M testing/test_collection.py
M testing/test_config.py
M testing/test_conftest.py
M testing/test_doctest.py
M testing/test_helpconfig.py
M testing/test_junitxml.py
M testing/test_monkeypatch.py
M testing/test_parseopt.py
M testing/test_pdb.py
M testing/test_pluginmanager.py
M testing/test_pytester.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Merge pull request #3884 from nicoddemus/merge-master-into-features
Merge master into features
Commit: 8f4685e02479c051db62ee2cf00c074b5e7ce026
https://github.com/pytest-dev/pytest/commit/8f4685e02479c051db62ee2cf00c074b5e7ce026
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-26 (Sun, 26 Aug 2018)
Changed paths:
M doc/en/reference.rst
M src/_pytest/terminal.py
M testing/test_terminal.py
Log Message:
-----------
Move count display style to be part of console_output_style, fixed test
progress for count console output style.
Commit: 23295e1e987cdf5c926e94d75b55dada945d65be
https://github.com/pytest-dev/pytest/commit/23295e1e987cdf5c926e94d75b55dada945d65be
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-27 (Mon, 27 Aug 2018)
Changed paths:
M doc/en/reference.rst
Log Message:
-----------
Fix docs linting
Commit: 4b94760c8e32400cce807eef132e40499e871a50
https://github.com/pytest-dev/pytest/commit/4b94760c8e32400cce807eef132e40499e871a50
Author: Jeffrey Rackauckas <[email protected]>
Date: 2018-08-27 (Mon, 27 Aug 2018)
Changed paths:
M changelog/3829.feature.rst
M src/_pytest/terminal.py
M testing/test_terminal.py
Log Message:
-----------
Removed spacing in count display.
Commit: a605ad4d11d2c1c8a5ce3f1810d431e765b422f3
https://github.com/pytest-dev/pytest/commit/a605ad4d11d2c1c8a5ce3f1810d431e765b422f3
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-28 (Tue, 28 Aug 2018)
Changed paths:
A changelog/3829.feature.rst
M doc/en/reference.rst
M src/_pytest/terminal.py
M testing/test_terminal.py
Log Message:
-----------
Merge pull request #3880 from jeffreyrack/3829-progress_display_mode
#3829 -- Add the ability to show test progress as number of tests completed
instead of a percent.
Commit: 3035b2724db117264ce49a336b1aed5c201025ef
https://github.com/pytest-dev/pytest/commit/3035b2724db117264ce49a336b1aed5c201025ef
Author: dhirensr <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M AUTHORS
M src/_pytest/cacheprovider.py
M testing/test_cacheprovider.py
Log Message:
-----------
T3853:removed needless message printed with --failed-first,--last-failed and
no failed tests
Commit: ade01b1f5b197bff47248bacc5325b0c05cf2ab2
https://github.com/pytest-dev/pytest/commit/ade01b1f5b197bff47248bacc5325b0c05cf2ab2
Author: dhirensr <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
A changelog/3853.feature.rst
Log Message:
-----------
T3853:Added changelog file
Commit: 0183d46275ca9e3c14fe523ac22c5e26e97ea98a
https://github.com/pytest-dev/pytest/commit/0183d46275ca9e3c14fe523ac22c5e26e97ea98a
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
R changelog/3853.feature.rst
A changelog/3853.trivial.rst
Log Message:
-----------
Improve CHANGELOG a bit
Commit: 84a033fd97381301adcde2548d1ea169424f67ed
https://github.com/pytest-dev/pytest/commit/84a033fd97381301adcde2548d1ea169424f67ed
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M changelog/3853.trivial.rst
Log Message:
-----------
Remove extra newline
Commit: 64f00683f2ed73f924340cc5161f5d02d1e11d0b
https://github.com/pytest-dev/pytest/commit/64f00683f2ed73f924340cc5161f5d02d1e11d0b
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M AUTHORS
A changelog/3853.trivial.rst
M src/_pytest/cacheprovider.py
M testing/test_cacheprovider.py
Log Message:
-----------
Merge pull request #3912 from dhirensr/needless_message
Needless message printed with --failed-first and no failed tests #3853
Commit: 11e591e4425f5027768fe597d0abf3dc2e0f209e
https://github.com/pytest-dev/pytest/commit/11e591e4425f5027768fe597d0abf3dc2e0f209e
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M .coveragerc
M .travis.yml
M CHANGELOG.rst
M HOWTORELEASE.rst
M README.rst
A changelog/3907.doc.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.7.4.rst
M doc/en/example/markers.rst
M doc/en/example/reportingdemo.rst
M doc/en/funcarg_compare.rst
M doc/en/skipping.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
M scripts/release.minor.rst
M scripts/release.patch.rst
M setup.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/cacheprovider.py
M src/_pytest/doctest.py
M src/_pytest/python.py
M src/_pytest/skipping.py
M src/_pytest/terminal.py
M src/_pytest/warnings.py
M testing/code/test_code.py
M testing/code/test_source.py
M testing/deprecated_test.py
M testing/python/fixture.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
Commit: 2256f2f04d9d073ca1c3e53deb6e6d6d6966c68d
https://github.com/pytest-dev/pytest/commit/2256f2f04d9d073ca1c3e53deb6e6d6d6966c68d
Author: Bruno Oliveira <[email protected]>
Date: 2018-08-31 (Fri, 31 Aug 2018)
Changed paths:
M testing/test_cacheprovider.py
Log Message:
-----------
Remove test which is no longer required and improve
test_lf_and_ff_prints_no_needless_message
* test_lf_and_ff_obey_verbosity is no longer necessary because
test_lf_and_ff_prints_no_needless_message already checks if the proper
messages
are displayed when -q is used.
* Improve test_lf_and_ff_prints_no_needless_message so we also check that
the correct message is displayed when there are failures to run
Commit: 01df368d93d6ba9dd119813eeb72a01d5ae0b0ff
https://github.com/pytest-dev/pytest/commit/01df368d93d6ba9dd119813eeb72a01d5ae0b0ff
Author: Ronny Pfannschmidt <[email protected]>
Date: 2018-08-31 (Fri, 31 Aug 2018)
Changed paths:
M .coveragerc
M .travis.yml
M CHANGELOG.rst
M HOWTORELEASE.rst
M README.rst
A changelog/3907.doc.rst
M doc/en/announce/index.rst
A doc/en/announce/release-3.7.4.rst
M doc/en/example/markers.rst
M doc/en/example/reportingdemo.rst
M doc/en/funcarg_compare.rst
M doc/en/skipping.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
M scripts/release.minor.rst
M scripts/release.patch.rst
M setup.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/cacheprovider.py
M src/_pytest/doctest.py
M src/_pytest/python.py
M src/_pytest/skipping.py
M src/_pytest/terminal.py
M src/_pytest/warnings.py
M testing/code/test_code.py
M testing/code/test_source.py
M testing/deprecated_test.py
M testing/python/fixture.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Merge pull request #3914 from nicoddemus/merge-master-into-features
Merge master into features
Commit: b01704cce13bbb65e60b809ccb9fd58b6a8821ee
https://github.com/pytest-dev/pytest/commit/b01704cce13bbb65e60b809ccb9fd58b6a8821ee
Author: CrazyMerlyn <[email protected]>
Date: 2018-09-03 (Mon, 03 Sep 2018)
Changed paths:
M AUTHORS
A changelog/3913.bugfix.rst
M src/_pytest/config/argparsing.py
M testing/acceptance_test.py
Log Message:
-----------
Fix exit code for command line errors
Fixes #3913
Commit: 10f21b423a5676311974d0870af841ebe344d340
https://github.com/pytest-dev/pytest/commit/10f21b423a5676311974d0870af841ebe344d340
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/pytester.py
Log Message:
-----------
Remove assert for "reprec" because this is no longer set on the pluginmanager
It seems this has no effect since `pluggy` was developed as a separate
library.
Commit: ffd47ceefcda22ef178e14c2f90698417a75fe33
https://github.com/pytest-dev/pytest/commit/ffd47ceefcda22ef178e14c2f90698417a75fe33
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/hookspec.py
M src/_pytest/warnings.py
M testing/test_warnings.py
Log Message:
-----------
Implement new pytest_warning_captured hook
Commit: 3fcc4cdbd54f135c2031f019a7503cba90dd5dd9
https://github.com/pytest-dev/pytest/commit/3fcc4cdbd54f135c2031f019a7503cba90dd5dd9
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/hookspec.py
M src/_pytest/nodes.py
M src/_pytest/terminal.py
M src/_pytest/warnings.py
M testing/test_warnings.py
Log Message:
-----------
Make terminal capture pytest_warning_capture
pytest_logwarning is no longer emitted by the warnings plugin,
only ever emitted from .warn() functions in config and item
Commit: 51e32cf7cc2906f24330081bc097cd80ba0acf14
https://github.com/pytest-dev/pytest/commit/51e32cf7cc2906f24330081bc097cd80ba0acf14
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/python.py
Log Message:
-----------
Remove Python 2.6 specific warning
Commit: 1a9d913ee1f9d1a56448f659649c96214f6d9645
https://github.com/pytest-dev/pytest/commit/1a9d913ee1f9d1a56448f659649c96214f6d9645
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
A changelog/3251.feture.rst
M src/_pytest/terminal.py
M src/_pytest/warnings.py
M testing/test_warnings.py
Log Message:
-----------
Capture and display warnings during collection
Fix #3251
Commit: 0100f61b62411621f8c5f886221bcbbe6f094a16
https://github.com/pytest-dev/pytest/commit/0100f61b62411621f8c5f886221bcbbe6f094a16
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/deprecated.py
M src/_pytest/nodes.py
M src/_pytest/python.py
M src/_pytest/terminal.py
A src/_pytest/warning_types.py
M testing/test_mark.py
Log Message:
-----------
Start the laywork to capture standard warnings
Commit: 8e4501ee29771950f9a789fb66800590a7fa13a8
https://github.com/pytest-dev/pytest/commit/8e4501ee29771950f9a789fb66800590a7fa13a8
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/mark/structures.py
M src/_pytest/nodes.py
M src/_pytest/python.py
M testing/test_capture.py
Log Message:
-----------
Use std_warn for warning about applying marks directly to parameters
Commit: 0c8dbdcd92d0f1d4355d1929d0497bb22d598e6e
https://github.com/pytest-dev/pytest/commit/0c8dbdcd92d0f1d4355d1929d0497bb22d598e6e
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/config/__init__.py
M src/_pytest/deprecated.py
M src/_pytest/mark/structures.py
M src/_pytest/python.py
M src/_pytest/warning_types.py
M src/_pytest/warnings.py
M testing/deprecated_test.py
M testing/python/metafunc.py
R testing/python/test_deprecations.py
M testing/test_terminal.py
Log Message:
-----------
Fix existing tests now that we are using standard warnings
Commit: 78ac7d99f5d8fab0353078a9eccd334780a23e8d
https://github.com/pytest-dev/pytest/commit/78ac7d99f5d8fab0353078a9eccd334780a23e8d
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
M src/_pytest/cacheprovider.py
M src/_pytest/config/__init__.py
M src/_pytest/config/findpaths.py
M src/_pytest/fixtures.py
M src/_pytest/junitxml.py
M src/_pytest/nodes.py
M src/_pytest/python.py
M src/_pytest/resultlog.py
M testing/acceptance_test.py
M testing/deprecated_test.py
M testing/python/collect.py
M testing/python/metafunc.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_config.py
M testing/test_junitxml.py
M testing/test_resultlog.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Deprecate Config.warn and Node.warn, replaced by standard warnings
Commit: 19a01c9849978517b6213dd3d679fb23951c6cc8
https://github.com/pytest-dev/pytest/commit/19a01c9849978517b6213dd3d679fb23951c6cc8
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/config/__init__.py
M src/_pytest/python.py
M src/_pytest/warning_types.py
M src/pytest.py
M testing/test_assertrewrite.py
M testing/test_mark.py
M tox.ini
Log Message:
-----------
Make PytestWarning and RemovedInPytest4Warning part of the public API
Commit: 208dd3aad1a094b8066d7ba374700035afde27ce
https://github.com/pytest-dev/pytest/commit/208dd3aad1a094b8066d7ba374700035afde27ce
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M doc/en/warnings.rst
M src/_pytest/warning_types.py
M src/pytest.py
Log Message:
-----------
Add docs for internal warnings and introduce PytestDeprecationWarning
Fix #2477
Commit: 7e135934528732c6628c4ba83fa12ed00b951889
https://github.com/pytest-dev/pytest/commit/7e135934528732c6628c4ba83fa12ed00b951889
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
A changelog/2452.feature.rst
A changelog/2452.removal.rst
Log Message:
-----------
Add CHANGELOG entries for #2452
Fix #2452
Fix #2684
Commit: 9965ed84da81130681ad8d56085c25110e5dda78
https://github.com/pytest-dev/pytest/commit/9965ed84da81130681ad8d56085c25110e5dda78
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
A changelog/2908.feature.rst
M doc/en/warnings.rst
M src/_pytest/warnings.py
M testing/python/collect.py
M testing/test_warnings.py
Log Message:
-----------
Show deprecation warnings by default if no other filters are configured
Fix #2908
Commit: 60499d221e0b051bb392a4b43e32311df0143184
https://github.com/pytest-dev/pytest/commit/60499d221e0b051bb392a4b43e32311df0143184
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M testing/test_warnings.py
Log Message:
-----------
Add test to ensure that users can suppress internal warnings
Commit: 0fffa6ba2f5458a22778551db7bf64b1fbd4f5b3
https://github.com/pytest-dev/pytest/commit/0fffa6ba2f5458a22778551db7bf64b1fbd4f5b3
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M doc/en/reference.rst
M src/_pytest/config/__init__.py
M src/_pytest/config/findpaths.py
M src/_pytest/hookspec.py
M src/_pytest/resultlog.py
M src/_pytest/warnings.py
M testing/deprecated_test.py
Log Message:
-----------
Implement hack to issue warnings during config
Once we can capture warnings during the config stage, we can
then get rid of this function
Related to #2891
Commit: 56d414177adb0194c52d5e994eef7fe264c5e82a
https://github.com/pytest-dev/pytest/commit/56d414177adb0194c52d5e994eef7fe264c5e82a
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
M src/_pytest/deprecated.py
M src/_pytest/junitxml.py
M src/_pytest/pytester.py
M src/_pytest/terminal.py
M testing/test_assertrewrite.py
M testing/test_junitxml.py
M testing/test_warnings.py
Log Message:
-----------
Remove nodeid from messages for warnings generated by standard warnings
Standard warnings already contain the proper location, so we don't need
to also print the node id
Commit: b81831404524b78003d7b884a6fb9ed478d21d8a
https://github.com/pytest-dev/pytest/commit/b81831404524b78003d7b884a6fb9ed478d21d8a
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M changelog/2908.feature.rst
M doc/en/warnings.rst
Log Message:
-----------
Improve docs for warnings capture and PEP-0506 remarks
Commit: 8ce3aeadbfc4c88c785ff2d86c644a1e5ea4d1b1
https://github.com/pytest-dev/pytest/commit/8ce3aeadbfc4c88c785ff2d86c644a1e5ea4d1b1
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M doc/en/warnings.rst
R src/_pytest/experiments.py
M src/_pytest/pytester.py
M src/_pytest/warning_types.py
M src/pytest.py
M tox.ini
Log Message:
-----------
Move PytestExerimentalApiWarning to warning_types
Commit: 415a62e373d96be3aa28dd2dc2e2831940fd428c
https://github.com/pytest-dev/pytest/commit/415a62e373d96be3aa28dd2dc2e2831940fd428c
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M changelog/2452.removal.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
M src/_pytest/pytester.py
M src/_pytest/warning_types.py
M src/pytest.py
M tox.ini
Log Message:
-----------
Fix typo in PytestExperimentalApiWarning
Commit: c304998ed785debbaccb21aa21e8c6bd2148fc0e
https://github.com/pytest-dev/pytest/commit/c304998ed785debbaccb21aa21e8c6bd2148fc0e
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/python.py
Log Message:
-----------
Remove commented out code
Commit: e9417be9dfa17873ce3d16ae09187d5bfffda168
https://github.com/pytest-dev/pytest/commit/e9417be9dfa17873ce3d16ae09187d5bfffda168
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/warnings.py
Log Message:
-----------
Add comment about deprecation warnings being shown by default
Commit: 016f8f153632f9338a5ff6f290a2239ed0c72f01
https://github.com/pytest-dev/pytest/commit/016f8f153632f9338a5ff6f290a2239ed0c72f01
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/nodes.py
Log Message:
-----------
Improve get_fslocation_from_item's docstring
Commit: 29bfa5efa4c1c686cf78df3384a3c419d51071ae
https://github.com/pytest-dev/pytest/commit/29bfa5efa4c1c686cf78df3384a3c419d51071ae
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M AUTHORS
A changelog/3913.bugfix.rst
M src/_pytest/config/argparsing.py
M testing/acceptance_test.py
Log Message:
-----------
Merge pull request #3925 from crazymerlyn/fix-exit-code
Fix exit code for command line errors
Commit: 615c6714341516df43134f997de3006a677359ae
https://github.com/pytest-dev/pytest/commit/615c6714341516df43134f997de3006a677359ae
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
Log Message:
-----------
Connect string literals
Commit: 9ae0a3cd85bebc74c4b2f179b1b035358f9540bf
https://github.com/pytest-dev/pytest/commit/9ae0a3cd85bebc74c4b2f179b1b035358f9540bf
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
M testing/test_assertion.py
Log Message:
-----------
Do not trigger warning about tuples being always True if the tuple has size
!= 2
Commit: 284a2d110fa840610cfa6e05ec69e37ce31587cb
https://github.com/pytest-dev/pytest/commit/284a2d110fa840610cfa6e05ec69e37ce31587cb
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/cacheprovider.py
Log Message:
-----------
Move warnings import to top level
Commit: b42518acd5c8f7d8d034bd47addd06c36b062b48
https://github.com/pytest-dev/pytest/commit/b42518acd5c8f7d8d034bd47addd06c36b062b48
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/config/__init__.py
M src/_pytest/deprecated.py
M src/_pytest/fixtures.py
M src/_pytest/junitxml.py
M src/_pytest/mark/structures.py
M src/_pytest/nodes.py
M src/_pytest/pytester.py
M src/_pytest/python.py
M src/_pytest/warning_types.py
M src/_pytest/warnings.py
M testing/acceptance_test.py
M testing/deprecated_test.py
M testing/python/metafunc.py
M testing/test_mark.py
M testing/test_nodes.py
Log Message:
-----------
Change std_warn to receive a single warning instance, addressed review
suggestions
Commit: 022c58bf640a014a1c78b872840d9fa5fbeba084
https://github.com/pytest-dev/pytest/commit/022c58bf640a014a1c78b872840d9fa5fbeba084
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/warnings.py
Log Message:
-----------
Revert pytest_terminal_summary(tryfirst) in warnings module as this breaks
tests
Commit: d3f72ca20204251b261638297052c356dfab1f47
https://github.com/pytest-dev/pytest/commit/d3f72ca20204251b261638297052c356dfab1f47
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M doc/en/warnings.rst
Log Message:
-----------
Fix linting for warnings.rst
Commit: f1cfd10c94f0d62f868ed00a7406c9fe91426173
https://github.com/pytest-dev/pytest/commit/f1cfd10c94f0d62f868ed00a7406c9fe91426173
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M testing/test_cacheprovider.py
Log Message:
-----------
Handle cache warnings in tests
Commit: a054aa47978770aa9c12e1b244615816c3bbe052
https://github.com/pytest-dev/pytest/commit/a054aa47978770aa9c12e1b244615816c3bbe052
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
Log Message:
-----------
Issue assert rewrite warning if tuple >=1 as suggested in review
Commit: 5ef51262f7f8db58efd10800e8335a71d3b1cb4a
https://github.com/pytest-dev/pytest/commit/5ef51262f7f8db58efd10800e8335a71d3b1cb4a
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M testing/test_cacheprovider.py
Log Message:
-----------
Fix reference to PytestWarning in warningsfilter mark
Commit: 47bf58d69e3995f0eb04ecb268a9c19e52c52ed5
https://github.com/pytest-dev/pytest/commit/47bf58d69e3995f0eb04ecb268a9c19e52c52ed5
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M changelog/2452.removal.rst
M src/_pytest/deprecated.py
M src/_pytest/junitxml.py
M src/_pytest/mark/structures.py
M src/_pytest/nodes.py
M src/_pytest/pytester.py
M src/_pytest/python.py
M testing/test_config.py
M testing/test_mark.py
M testing/test_nodes.py
Log Message:
-----------
Make Node.warn support two forms, new and deprecated
As suggested during review, it now accepts two forms:
Node.warn(warning_instance) (recommended)
Node.warn(code, message) (deprecated)
Commit: 438f7a12545915cd5a5d638a0daa64fcfc295492
https://github.com/pytest-dev/pytest/commit/438f7a12545915cd5a5d638a0daa64fcfc295492
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/hookspec.py
M src/_pytest/warnings.py
M testing/test_warnings.py
Log Message:
-----------
Add "setup", "call" and "teardown" values to "when" parameter of
pytest_warning_captured hook
Commit: 3db76ccf3d83e9ea2f4aa4640623f580a87f3ac5
https://github.com/pytest-dev/pytest/commit/3db76ccf3d83e9ea2f4aa4640623f580a87f3ac5
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/cacheprovider.py
Log Message:
-----------
Fix Cache.warn function to issue a "config" warning
Commit: d3ca739c00d6560ccab84a3f94814094ba87b55a
https://github.com/pytest-dev/pytest/commit/d3ca739c00d6560ccab84a3f94814094ba87b55a
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/assertion/rewrite.py
M src/_pytest/config/__init__.py
M src/_pytest/deprecated.py
M src/_pytest/fixtures.py
M src/_pytest/python.py
M testing/deprecated_test.py
Log Message:
-----------
Use explicit instances when calling warnings.warn_explicit
Commit: b7560a88084cb7812059a616c5ec757b46bb45b0
https://github.com/pytest-dev/pytest/commit/b7560a88084cb7812059a616c5ec757b46bb45b0
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/nodes.py
M testing/test_config.py
Log Message:
-----------
Keep backward compatibility for code as kw in Node.warn
Commit: 6d497f2c77a6aac70611bcdf0c968e23d166935e
https://github.com/pytest-dev/pytest/commit/6d497f2c77a6aac70611bcdf0c968e23d166935e
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/python.py
Log Message:
-----------
Fix stacklevel for warning about Metafunc.addcall
Commit: 5a52acaa92b1c3d8dd04d1df7d9ebdcc9d9d397f
https://github.com/pytest-dev/pytest/commit/5a52acaa92b1c3d8dd04d1df7d9ebdcc9d9d397f
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/python.py
M testing/python/metafunc.py
Log Message:
-----------
Make config no longer optional in parametrize id functions
Commit: 2e0a7cf78dff53c534bf4aad2841ba8731051773
https://github.com/pytest-dev/pytest/commit/2e0a7cf78dff53c534bf4aad2841ba8731051773
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/hookspec.py
M src/_pytest/warnings.py
M testing/test_warnings.py
Log Message:
-----------
Revert to having just "runtest" as "when" parameter of the
pytest_warning_captured hook
Commit: 4592def14d63aa32215bea548c53fc208a88fd10
https://github.com/pytest-dev/pytest/commit/4592def14d63aa32215bea548c53fc208a88fd10
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M testing/test_recwarn.py
Log Message:
-----------
Improve test_rewarn_functional
Commit: adc9ed85bcbfe3c3c499a7a2cf874583508213c1
https://github.com/pytest-dev/pytest/commit/adc9ed85bcbfe3c3c499a7a2cf874583508213c1
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M testing/python/metafunc.py
Log Message:
-----------
Fix test_idval_hypothesis
Commit: f42b5019ec3a3c2c12bd5321641950118e812dd9
https://github.com/pytest-dev/pytest/commit/f42b5019ec3a3c2c12bd5321641950118e812dd9
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M src/_pytest/nodes.py
Log Message:
-----------
Make code_or_warning parameter private for backward-compatibility
Commit: ddb308455ae615d23bf3a494f84a5059c9ceb979
https://github.com/pytest-dev/pytest/commit/ddb308455ae615d23bf3a494f84a5059c9ceb979
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
M testing/test_mark.py
Log Message:
-----------
Make sure warn is called in test_parameterset_extractfrom
Commit: f63c683faa85c2a30b0bb2c584484d9b814a2018
https://github.com/pytest-dev/pytest/commit/f63c683faa85c2a30b0bb2c584484d9b814a2018
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
A changelog/3936.removal.rst
M src/_pytest/warnings.py
M testing/test_warnings.py
Log Message:
-----------
No longer escape regex in pytest.mark.filterwarnings
Fix #3936
Commit: 531b76a51346781452ca8fd5387acaa3ef01a592
https://github.com/pytest-dev/pytest/commit/531b76a51346781452ca8fd5387acaa3ef01a592
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
A changelog/2452.feature.rst
A changelog/2452.removal.rst
A changelog/2908.feature.rst
A changelog/3251.feture.rst
A changelog/3936.removal.rst
M doc/en/reference.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
M src/_pytest/assertion/rewrite.py
M src/_pytest/cacheprovider.py
M src/_pytest/config/__init__.py
M src/_pytest/config/findpaths.py
M src/_pytest/deprecated.py
R src/_pytest/experiments.py
M src/_pytest/fixtures.py
M src/_pytest/hookspec.py
M src/_pytest/junitxml.py
M src/_pytest/mark/structures.py
M src/_pytest/nodes.py
M src/_pytest/pytester.py
M src/_pytest/python.py
M src/_pytest/resultlog.py
M src/_pytest/terminal.py
A src/_pytest/warning_types.py
M src/_pytest/warnings.py
M src/pytest.py
M testing/deprecated_test.py
M testing/python/collect.py
M testing/python/metafunc.py
R testing/python/test_deprecations.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_capture.py
M testing/test_config.py
M testing/test_junitxml.py
M testing/test_mark.py
M testing/test_nodes.py
M testing/test_recwarn.py
M testing/test_resultlog.py
M testing/test_terminal.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Merge pull request #3931 from nicoddemus/internal-warnings
Use standard warnings for internal pytest warnings
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
Commit: 8c4ca383ca145d112d6e9ea647aa7b0e20514b62
https://github.com/pytest-dev/pytest/commit/8c4ca383ca145d112d6e9ea647aa7b0e20514b62
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-06 (Thu, 06 Sep 2018)
Changed paths:
M AUTHORS
M CHANGELOG.rst
A changelog/3251.feture.rst
R changelog/3566.doc.rst
R changelog/3907.doc.rst
R changelog/3911.bugfix.rst
R changelog/3918.bugfix.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/reference.rst
M doc/en/usage.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
M src/_pytest/assertion/rewrite.py
M src/_pytest/cacheprovider.py
M src/_pytest/config/__init__.py
M src/_pytest/config/argparsing.py
M src/_pytest/config/findpaths.py
M src/_pytest/deprecated.py
R src/_pytest/experiments.py
M src/_pytest/fixtures.py
M src/_pytest/helpconfig.py
M src/_pytest/hookspec.py
M src/_pytest/junitxml.py
M src/_pytest/mark/structures.py
M src/_pytest/nodes.py
M src/_pytest/pytester.py
M src/_pytest/python.py
M src/_pytest/resultlog.py
M src/_pytest/terminal.py
A src/_pytest/warning_types.py
M src/_pytest/warnings.py
M src/pytest.py
M testing/acceptance_test.py
M testing/deprecated_test.py
M testing/python/collect.py
M testing/python/metafunc.py
R testing/python/test_deprecations.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_capture.py
M testing/test_config.py
M testing/test_junitxml.py
M testing/test_mark.py
M testing/test_nodes.py
M testing/test_pytester.py
M testing/test_recwarn.py
M testing/test_resultlog.py
M testing/test_terminal.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Merge remote-tracking branch 'upstream/features' into
merge-features-into-master
Commit: e0539e6ede6b9bcfcb7ff9c39602ea6ff5c21537
https://github.com/pytest-dev/pytest/commit/e0539e6ede6b9bcfcb7ff9c39602ea6ff5c21537
Author: Bruno Oliveira <[email protected]>
Date: 2018-09-06 (Thu, 06 Sep 2018)
Changed paths:
M AUTHORS
M CHANGELOG.rst
A changelog/3251.feture.rst
R changelog/3566.doc.rst
R changelog/3907.doc.rst
R changelog/3911.bugfix.rst
R changelog/3918.bugfix.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/reference.rst
M doc/en/usage.rst
M doc/en/warnings.rst
M doc/en/writing_plugins.rst
M src/_pytest/assertion/rewrite.py
M src/_pytest/cacheprovider.py
M src/_pytest/config/__init__.py
M src/_pytest/config/argparsing.py
M src/_pytest/config/findpaths.py
M src/_pytest/deprecated.py
R src/_pytest/experiments.py
M src/_pytest/fixtures.py
M src/_pytest/helpconfig.py
M src/_pytest/hookspec.py
M src/_pytest/junitxml.py
M src/_pytest/mark/structures.py
M src/_pytest/nodes.py
M src/_pytest/pytester.py
M src/_pytest/python.py
M src/_pytest/resultlog.py
M src/_pytest/terminal.py
A src/_pytest/warning_types.py
M src/_pytest/warnings.py
M src/pytest.py
M testing/acceptance_test.py
M testing/deprecated_test.py
M testing/python/collect.py
M testing/python/metafunc.py
R testing/python/test_deprecations.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_cacheprovider.py
M testing/test_capture.py
M testing/test_config.py
M testing/test_junitxml.py
M testing/test_mark.py
M testing/test_nodes.py
M testing/test_pytester.py
M testing/test_recwarn.py
M testing/test_resultlog.py
M testing/test_terminal.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Merge pull request #3942 from nicoddemus/merge-features-into-master
Merge features into master
Compare:
https://github.com/pytest-dev/pytest/compare/e0466d0ad82f...e0539e6ede6b
**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