Branch: refs/heads/master
Home: https://github.com/pytest-dev/pytest
Commit: 2368fbb63cf144e2bed4120686a4a136647426f0
https://github.com/pytest-dev/pytest/commit/2368fbb63cf144e2bed4120686a4a136647426f0
Author: Anthony Sottile <[email protected]>
Date: 2018-10-25 (Thu, 25 Oct 2018)
Changed paths:
M .pre-commit-config.yaml
M bench/bench_argcomplete.py
M bench/skip.py
M doc/en/_themes/flask_theme_support.py
M doc/en/conf.py
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/nonpython/conftest.py
M doc/en/example/py2py3/conftest.py
M extra/get_issues.py
M scripts/release.py
M setup.py
M src/_pytest/_argcomplete.py
M src/_pytest/_code/__init__.py
M src/_pytest/_code/_py2traceback.py
M src/_pytest/_code/code.py
M src/_pytest/_code/source.py
M src/_pytest/assertion/__init__.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/assertion/truncate.py
M src/_pytest/assertion/util.py
M src/_pytest/cacheprovider.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/config/findpaths.py
M src/_pytest/debugging.py
M src/_pytest/deprecated.py
M src/_pytest/doctest.py
M src/_pytest/fixtures.py
M src/_pytest/freeze_support.py
M src/_pytest/helpconfig.py
M src/_pytest/hookspec.py
M src/_pytest/junitxml.py
M src/_pytest/logging.py
M src/_pytest/main.py
M src/_pytest/mark/__init__.py
M src/_pytest/mark/evaluate.py
M src/_pytest/mark/legacy.py
M src/_pytest/mark/structures.py
M src/_pytest/monkeypatch.py
M src/_pytest/nodes.py
M src/_pytest/nose.py
M src/_pytest/outcomes.py
M src/_pytest/pastebin.py
M src/_pytest/pathlib.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/reports.py
M src/_pytest/resultlog.py
M src/_pytest/runner.py
M src/_pytest/setuponly.py
M src/_pytest/setupplan.py
M src/_pytest/skipping.py
M src/_pytest/terminal.py
M src/_pytest/tmpdir.py
M src/_pytest/unittest.py
M src/_pytest/warnings.py
M src/pytest.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/deprecated_test.py
M testing/example_scripts/issue_519.py
M
testing/example_scripts/unittest/test_parametrized_fixture_error_message.py
M testing/logging/test_formatter.py
M testing/logging/test_reporting.py
M testing/python/approx.py
M testing/python/fixture.py
M testing/python/metafunc.py
M testing/python/raises.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_compat.py
M testing/test_config.py
M testing/test_conftest.py
M testing/test_doctest.py
M testing/test_entry_points.py
M testing/test_helpconfig.py
M testing/test_junitxml.py
M testing/test_mark.py
M testing/test_modimport.py
M testing/test_monkeypatch.py
M testing/test_nodes.py
M testing/test_nose.py
M testing/test_parseopt.py
M testing/test_pastebin.py
M testing/test_paths.py
M testing/test_pdb.py
M testing/test_pluginmanager.py
M testing/test_pytester.py
M testing/test_recwarn.py
M testing/test_resultlog.py
M testing/test_runner.py
M testing/test_runner_xunit.py
M testing/test_session.py
M testing/test_skipping.py
M testing/test_terminal.py
M testing/test_tmpdir.py
M testing/test_unittest.py
Log Message:
-----------
Apply reorder-python-imports to all files
Commit: ccdb248397fb54325675c5a359de6804d27f9b4d
https://github.com/pytest-dev/pytest/commit/ccdb248397fb54325675c5a359de6804d27f9b4d
Author: Bruno Oliveira <[email protected]>
Date: 2018-10-25 (Thu, 25 Oct 2018)
Changed paths:
M .pre-commit-config.yaml
M bench/bench_argcomplete.py
M bench/skip.py
M doc/en/_themes/flask_theme_support.py
M doc/en/conf.py
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/nonpython/conftest.py
M doc/en/example/py2py3/conftest.py
M extra/get_issues.py
M scripts/release.py
M setup.py
M src/_pytest/_argcomplete.py
M src/_pytest/_code/__init__.py
M src/_pytest/_code/_py2traceback.py
M src/_pytest/_code/code.py
M src/_pytest/_code/source.py
M src/_pytest/assertion/__init__.py
M src/_pytest/assertion/rewrite.py
M src/_pytest/assertion/truncate.py
M src/_pytest/assertion/util.py
M src/_pytest/cacheprovider.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/config/findpaths.py
M src/_pytest/debugging.py
M src/_pytest/deprecated.py
M src/_pytest/doctest.py
M src/_pytest/fixtures.py
M src/_pytest/freeze_support.py
M src/_pytest/helpconfig.py
M src/_pytest/hookspec.py
M src/_pytest/junitxml.py
M src/_pytest/logging.py
M src/_pytest/main.py
M src/_pytest/mark/__init__.py
M src/_pytest/mark/evaluate.py
M src/_pytest/mark/legacy.py
M src/_pytest/mark/structures.py
M src/_pytest/monkeypatch.py
M src/_pytest/nodes.py
M src/_pytest/nose.py
M src/_pytest/outcomes.py
M src/_pytest/pastebin.py
M src/_pytest/pathlib.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/reports.py
M src/_pytest/resultlog.py
M src/_pytest/runner.py
M src/_pytest/setuponly.py
M src/_pytest/setupplan.py
M src/_pytest/skipping.py
M src/_pytest/terminal.py
M src/_pytest/tmpdir.py
M src/_pytest/unittest.py
M src/_pytest/warnings.py
M src/pytest.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/deprecated_test.py
M testing/example_scripts/issue_519.py
M
testing/example_scripts/unittest/test_parametrized_fixture_error_message.py
M testing/logging/test_formatter.py
M testing/logging/test_reporting.py
M testing/python/approx.py
M testing/python/fixture.py
M testing/python/metafunc.py
M testing/python/raises.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_compat.py
M testing/test_config.py
M testing/test_conftest.py
M testing/test_doctest.py
M testing/test_entry_points.py
M testing/test_helpconfig.py
M testing/test_junitxml.py
M testing/test_mark.py
M testing/test_modimport.py
M testing/test_monkeypatch.py
M testing/test_nodes.py
M testing/test_nose.py
M testing/test_parseopt.py
M testing/test_pastebin.py
M testing/test_paths.py
M testing/test_pdb.py
M testing/test_pluginmanager.py
M testing/test_pytester.py
M testing/test_recwarn.py
M testing/test_resultlog.py
M testing/test_runner.py
M testing/test_runner_xunit.py
M testing/test_session.py
M testing/test_skipping.py
M testing/test_terminal.py
M testing/test_tmpdir.py
M testing/test_unittest.py
Log Message:
-----------
Merge pull request #4235 from asottile/reorder_python_imports
Apply reorder-python-imports to all files
Compare:
https://github.com/pytest-dev/pytest/compare/f6dfca718289...ccdb248397fb
**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