Branch: refs/heads/master
Home: https://github.com/pytest-dev/pytest
Commit: 796ffa51230c82899f99fc3723ea6c6620f983a6
https://github.com/pytest-dev/pytest/commit/796ffa51230c82899f99fc3723ea6c6620f983a6
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M tox.ini
Log Message:
-----------
reformatted tox.ini
Commit: 6af2abdb53ed5277d7c43bfec0ec646b2a35a814
https://github.com/pytest-dev/pytest/commit/6af2abdb53ed5277d7c43bfec0ec646b2a35a814
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/fixtures.py
M testing/code/test_source.py
M testing/freeze/create_executable.py
M testing/freeze/runtests_script.py
M testing/freeze/tests/test_trivial.py
M testing/freeze/tox_run.py
M testing/python/approx.py
M testing/python/fixture.py
M testing/test_config.py
M testing/test_doctest.py
M testing/test_junitxml.py
M testing/test_pastebin.py
M testing/test_resultlog.py
M testing/test_runner.py
M tox.ini
Log Message:
-----------
Fixed flake8 warnings
W191 indentation contains tabs
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
Commit: 6146ac97d9f79bb9ee5f8a26cbe4298f6fe06987
https://github.com/pytest-dev/pytest/commit/6146ac97d9f79bb9ee5f8a26cbe4298f6fe06987
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/doctest.py
M _pytest/pytester.py
M _pytest/python.py
M testing/test_conftest.py
M testing/test_doctest.py
M testing/test_monkeypatch.py
M testing/test_unittest.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Fixed E101 flake8 errors
indentation contains mixed spaces and tabs
Commit: 8de49e8742f08f17a46c64674b34e772f685a9e4
https://github.com/pytest-dev/pytest/commit/8de49e8742f08f17a46c64674b34e772f685a9e4
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M tox.ini
Log Message:
-----------
Fixed E111 flake8 errors
indentation is not a multiple of four
Commit: 64a4b9058c4d27b47992f3d816e7969fcdddd102
https://github.com/pytest-dev/pytest/commit/64a4b9058c4d27b47992f3d816e7969fcdddd102
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M tox.ini
Log Message:
-----------
Fixed E113 flake8 errors
unexpected indentation
Commit: 0be97624b745581af68bb9a0e2c1d04a249c55bf
https://github.com/pytest-dev/pytest/commit/0be97624b745581af68bb9a0e2c1d04a249c55bf
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/fixtures.py
M _pytest/recwarn.py
M _pytest/runner.py
M testing/python/approx.py
M testing/python/fixture.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E121 flake8 errors
continuation line under-indented for hanging indent
Commit: 425665cf25dd9a3f20982287338ca8e770531872
https://github.com/pytest-dev/pytest/commit/425665cf25dd9a3f20982287338ca8e770531872
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/config.py
M _pytest/helpconfig.py
M testing/python/fixture.py
M testing/test_assertrewrite.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E122 flake8 errors
continuation line missing indentation or outdented
Commit: 4b20b9d8d9fe4a027c425c6feeb8d7ed39c86ee3
https://github.com/pytest-dev/pytest/commit/4b20b9d8d9fe4a027c425c6feeb8d7ed39c86ee3
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M testing/python/fixture.py
M testing/test_runner.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E123 flake8 errors
closing bracket does not match indentation of opening bracket’s line
Commit: 051d76a63f6b220e38cc53a54efe4bf800a3dcf3
https://github.com/pytest-dev/pytest/commit/051d76a63f6b220e38cc53a54efe4bf800a3dcf3
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/python.py
M _pytest/skipping.py
M testing/acceptance_test.py
M testing/code/test_excinfo.py
M testing/python/metafunc.py
M testing/test_assertrewrite.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E124 flake8 errors
closing bracket does not match visual indentation
Commit: 92e2cd9c68d7fbbdf479ba065254dd50724a8d5c
https://github.com/pytest-dev/pytest/commit/92e2cd9c68d7fbbdf479ba065254dd50724a8d5c
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M _pytest/fixtures.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/skipping.py
M _pytest/unittest.py
M tox.ini
Log Message:
-----------
Fixed E125 flake8 errors
continuation line with same indent as next logical line
Commit: e855a79dd4d3976c3432f08c4b5f57333dcb3917
https://github.com/pytest-dev/pytest/commit/e855a79dd4d3976c3432f08c4b5f57333dcb3917
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/config.py
M _pytest/deprecated.py
M _pytest/fixtures.py
M _pytest/junitxml.py
M _pytest/monkeypatch.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/runner.py
M testing/code/test_source.py
M testing/python/approx.py
M testing/test_assertion.py
M testing/test_mark.py
M testing/test_pluginmanager.py
M testing/test_resultlog.py
M tox.ini
Log Message:
-----------
Fixed E126 flake8 errors
continuation line over-indented for hanging indent
Commit: 57438f3efe487106a5bc779237c5e4e84bd3f4f0
https://github.com/pytest-dev/pytest/commit/57438f3efe487106a5bc779237c5e4e84bd3f4f0
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/assertion/rewrite.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/doctest.py
M _pytest/junitxml.py
M _pytest/pytester.py
M _pytest/python.py
M testing/code/test_excinfo.py
M testing/python/integration.py
M testing/test_collection.py
M testing/test_parseopt.py
M tox.ini
Log Message:
-----------
Fixed E127 flake8 errors
continuation line over-indented for visual indent
Commit: cf97159009723be555aaa724df18f6f38a417bd2
https://github.com/pytest-dev/pytest/commit/cf97159009723be555aaa724df18f6f38a417bd2
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/cacheprovider.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/doctest.py
M _pytest/fixtures.py
M _pytest/helpconfig.py
M _pytest/main.py
M _pytest/pastebin.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/resultlog.py
M _pytest/runner.py
M _pytest/skipping.py
M _pytest/terminal.py
M _pytest/tmpdir.py
M _pytest/unittest.py
M testing/code/test_excinfo.py
M testing/python/collect.py
M testing/python/metafunc.py
M testing/test_argcomplete.py
M testing/test_assertrewrite.py
M testing/test_capture.py
M testing/test_config.py
M testing/test_doctest.py
M testing/test_parseopt.py
M testing/test_pluginmanager.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E128 flake8 errors
continuation line under-indented for visual indent
Commit: 1c935db571b8e5e763360d682d236a0ee5b29dda
https://github.com/pytest-dev/pytest/commit/1c935db571b8e5e763360d682d236a0ee5b29dda
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/_py2traceback.py
M _pytest/_code/code.py
M _pytest/assertion/rewrite.py
M _pytest/unittest.py
M tox.ini
Log Message:
-----------
Fixed E129 flake8 errors
visually indented line with same indent as next logical line
Commit: df54bf0db524a9c8e5b6c2847c56d1589f533087
https://github.com/pytest-dev/pytest/commit/df54bf0db524a9c8e5b6c2847c56d1589f533087
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/config.py
M _pytest/python.py
M _pytest/recwarn.py
M testing/code/test_excinfo.py
M testing/python/approx.py
M testing/test_assertion.py
M testing/test_mark.py
M testing/test_skipping.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E131 flake8 errors
continuation line unaligned for hanging indent
Commit: 1ff54ba205925521faf12a9d1838c8893be5dcf0
https://github.com/pytest-dev/pytest/commit/1ff54ba205925521faf12a9d1838c8893be5dcf0
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/source.py
M testing/python/approx.py
M testing/python/metafunc.py
M testing/test_argcomplete.py
M tox.ini
Log Message:
-----------
Fixed E201 flake8 errors
whitespace after ‘(‘
Commit: ba0a4d0b2e385a5bc65345a3dda81588825c0566
https://github.com/pytest-dev/pytest/commit/ba0a4d0b2e385a5bc65345a3dda81588825c0566
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M testing/code/test_excinfo.py
M testing/test_assertion.py
M tox.ini
Log Message:
-----------
Fixed E202 flake8 errors
whitespace before ‘)’
Commit: ebb6d0650b6722cefba0a640b1f7e5486a6b8ea6
https://github.com/pytest-dev/pytest/commit/ebb6d0650b6722cefba0a640b1f7e5486a6b8ea6
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M testing/test_assertrewrite.py
M tox.ini
Log Message:
-----------
Fixed E203 flake8 errors
whitespace before ‘:’
Commit: f640e0cb0481b239d1e3c705d0dbadb2a618ef17
https://github.com/pytest-dev/pytest/commit/f640e0cb0481b239d1e3c705d0dbadb2a618ef17
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/fixtures.py
M _pytest/pytester.py
M _pytest/warnings.py
M testing/code/test_excinfo.py
M tox.ini
Log Message:
-----------
Fixed E221 flake8 errors
multiple spaces before operator
Commit: 3fabc4d21918a0927a1717e2616862400bde5440
https://github.com/pytest-dev/pytest/commit/3fabc4d21918a0927a1717e2616862400bde5440
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/config.py
M _pytest/fixtures.py
M testing/test_collection.py
M tox.ini
Log Message:
-----------
Fixed E222 flake8 errors
multiple spaces after operator
Commit: 2e8caefcab33942a754ee7ddf7697fe487a4367a
https://github.com/pytest-dev/pytest/commit/2e8caefcab33942a754ee7ddf7697fe487a4367a
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M _pytest/assertion/rewrite.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/fixtures.py
M _pytest/helpconfig.py
M _pytest/main.py
M _pytest/pastebin.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/runner.py
M testing/acceptance_test.py
M testing/code/test_source.py
M testing/python/fixture.py
M testing/test_assertion.py
M testing/test_conftest.py
M testing/test_parseopt.py
M testing/test_pdb.py
M testing/test_skipping.py
M tox.ini
Log Message:
-----------
Fixed E225 flake8 errors
missing whitespace around operator
Commit: 4b22f270a3583c97034ab63a343defbee146666a
https://github.com/pytest-dev/pytest/commit/4b22f270a3583c97034ab63a343defbee146666a
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/assertion/util.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/fixtures.py
M _pytest/main.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/runner.py
M testing/acceptance_test.py
M testing/code/test_excinfo.py
M testing/code/test_source.py
M testing/test_assertion.py
M testing/test_resultlog.py
M testing/test_runner.py
M testing/test_runner_xunit.py
M testing/test_skipping.py
M tox.ini
Log Message:
-----------
Fixed E226 flake8 errors
missing whitespace around arithmetic operator
Commit: 617e510b6e4fb2e95a1486c8f30dd1e7583be248
https://github.com/pytest-dev/pytest/commit/617e510b6e4fb2e95a1486c8f30dd1e7583be248
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/source.py
M _pytest/assertion/rewrite.py
M _pytest/capture.py
M _pytest/config.py
M _pytest/fixtures.py
M _pytest/helpconfig.py
M _pytest/python.py
M _pytest/runner.py
M _pytest/terminal.py
M testing/acceptance_test.py
M testing/code/test_excinfo.py
M testing/code/test_source.py
M testing/python/approx.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_capture.py
M testing/test_collection.py
M testing/test_config.py
M testing/test_conftest.py
M testing/test_mark.py
M testing/test_parseopt.py
M testing/test_pastebin.py
M testing/test_runner.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E231 flake8 errors
missing whitespace after ‘,’, ‘;’, or ‘:’
Commit: 4c24947785f9dd758038742d66376db5942cf76e
https://github.com/pytest-dev/pytest/commit/4c24947785f9dd758038742d66376db5942cf76e
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/pytester.py
M testing/test_conftest.py
M testing/test_doctest.py
M tox.ini
Log Message:
-----------
Fixed E241 flake8 errors
multiple spaces after ‘,’
Commit: b226454582f8fbf083e31cc54e67c52e36176e53
https://github.com/pytest-dev/pytest/commit/b226454582f8fbf083e31cc54e67c52e36176e53
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/source.py
M _pytest/helpconfig.py
M _pytest/pytester.py
M _pytest/python.py
M testing/test_config.py
M testing/test_parseopt.py
M testing/test_resultlog.py
M testing/test_skipping.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E251 flake8 errors
unexpected spaces around keyword / parameter equals
Commit: 8f3eb6dfc7d5e9ceca694ccf2c4906bbea969faf
https://github.com/pytest-dev/pytest/commit/8f3eb6dfc7d5e9ceca694ccf2c4906bbea969faf
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_argcomplete.py
M _pytest/_code/source.py
M _pytest/assertion/rewrite.py
M _pytest/capture.py
M _pytest/config.py
M _pytest/fixtures.py
M _pytest/main.py
M _pytest/mark.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/resultlog.py
M _pytest/runner.py
M _pytest/terminal.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/fixture.py
M testing/python/integration.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_pdb.py
M testing/test_resultlog.py
M testing/test_runner.py
M testing/test_session.py
M testing/test_skipping.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E261 flake8 errors
at least two spaces before inline comment
Commit: eae8b41b07013744774909beeb7bcf7ef40c6961
https://github.com/pytest-dev/pytest/commit/eae8b41b07013744774909beeb7bcf7ef40c6961
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M tox.ini
Log Message:
-----------
Fixed E262 flake8 errors
inline comment should start with ‘# ‘
Commit: 195a81652239142f715d8d765b83429240e19c70
https://github.com/pytest-dev/pytest/commit/195a81652239142f715d8d765b83429240e19c70
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/cacheprovider.py
M _pytest/capture.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/main.py
M _pytest/nose.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/runner.py
M _pytest/skipping.py
M _pytest/terminal.py
M _pytest/tmpdir.py
M testing/acceptance_test.py
M testing/code/test_excinfo.py
M testing/code/test_source.py
M testing/python/fixture.py
M testing/test_assertion.py
M testing/test_capture.py
M testing/test_collection.py
M testing/test_conftest.py
M testing/test_doctest.py
M testing/test_helpconfig.py
M testing/test_pdb.py
M testing/test_pluginmanager.py
M testing/test_resultlog.py
M testing/test_runner.py
M testing/test_session.py
M testing/test_skipping.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E265 flake8 errors
block comment should start with ‘# ‘
Commit: c9a081d1a3344787bb30f9526036922fd7fcad1d
https://github.com/pytest-dev/pytest/commit/c9a081d1a3344787bb30f9526036922fd7fcad1d
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/compat.py
M testing/test_conftest.py
M testing/test_parseopt.py
M tox.ini
Log Message:
-----------
Fixed E271 flake8 errors
multiple spaces after keyword
Commit: 4730c6d99d017dacd4a0788c3f2cd2d041bc4968
https://github.com/pytest-dev/pytest/commit/4730c6d99d017dacd4a0788c3f2cd2d041bc4968
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M testing/test_config.py
M tox.ini
Log Message:
-----------
Fixed E272 flake8 errors
multiple spaces before keyword
Commit: 9bad9b53d8a7399cb2f72f9e5cf399488a065a3d
https://github.com/pytest-dev/pytest/commit/9bad9b53d8a7399cb2f72f9e5cf399488a065a3d
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M tox.ini
Log Message:
-----------
Fixed E293 flake8 errors
Commit: 17a21d540bb7d5e8fc2da115b29e6f5c0c966b43
https://github.com/pytest-dev/pytest/commit/17a21d540bb7d5e8fc2da115b29e6f5c0c966b43
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_argcomplete.py
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/cacheprovider.py
M _pytest/capture.py
M _pytest/config.py
M _pytest/fixtures.py
M _pytest/mark.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/runner.py
M _pytest/terminal.py
M testing/acceptance_test.py
M testing/code/test_excinfo.py
M testing/code/test_source.py
M testing/python/metafunc.py
M testing/test_argcomplete.py
M testing/test_pytester.py
M testing/test_terminal.py
M tox.ini
Log Message:
-----------
Fixed E301 flake8 errors
expected 1 blank line, found 0
Commit: b840622819ee9867e92b094a07b371be68a1a43b
https://github.com/pytest-dev/pytest/commit/b840622819ee9867e92b094a07b371be68a1a43b
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_argcomplete.py
M _pytest/_code/_py2traceback.py
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/assertion/rewrite.py
M _pytest/capture.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/debugging.py
M _pytest/doctest.py
M _pytest/fixtures.py
M _pytest/helpconfig.py
M _pytest/hookspec.py
M _pytest/main.py
M _pytest/mark.py
M _pytest/nose.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/resultlog.py
M _pytest/runner.py
M _pytest/skipping.py
M _pytest/terminal.py
M testing/code/test_code.py
M testing/code/test_excinfo.py
M testing/code/test_source.py
M testing/freeze/tests/test_trivial.py
M testing/python/collect.py
M testing/python/fixture.py
M testing/python/integration.py
M testing/test_argcomplete.py
M testing/test_assertion.py
M testing/test_assertrewrite.py
M testing/test_cache.py
M testing/test_capture.py
M testing/test_collection.py
M testing/test_config.py
M testing/test_conftest.py
M testing/test_helpconfig.py
M testing/test_junitxml.py
M testing/test_mark.py
M testing/test_monkeypatch.py
M testing/test_nose.py
M testing/test_parseopt.py
M testing/test_pastebin.py
M testing/test_pluginmanager.py
M testing/test_pytester.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
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Fixed E302 flake8 errors
expected 2 blank lines, found 0
Commit: 7248b759e88ff282cab5bf289d4d7047ef0bfaad
https://github.com/pytest-dev/pytest/commit/7248b759e88ff282cab5bf289d4d7047ef0bfaad
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/assertion/__init__.py
M _pytest/assertion/rewrite.py
M _pytest/cacheprovider.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/debugging.py
M _pytest/fixtures.py
M _pytest/freeze_support.py
M _pytest/main.py
M _pytest/mark.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/terminal.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/fixture.py
M testing/python/metafunc.py
M testing/python/raises.py
M testing/test_cache.py
M testing/test_capture.py
M testing/test_collection.py
M testing/test_config.py
M testing/test_doctest.py
M testing/test_mark.py
M testing/test_pdb.py
M testing/test_recwarn.py
M testing/test_skipping.py
M testing/test_terminal.py
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Fixed E303 flake8 errors
too many blank lines (3)
Commit: 45ac863069a45d4874370c2028aa7f2aae2cff91
https://github.com/pytest-dev/pytest/commit/45ac863069a45d4874370c2028aa7f2aae2cff91
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/source.py
M _pytest/helpconfig.py
M testing/test_argcomplete.py
M testing/test_collection.py
M testing/test_config.py
M testing/test_parseopt.py
M tox.ini
Log Message:
-----------
Fixed E401 flake8 errors
multiple imports on one line
Commit: b9e318866eab409ae6487a5790a87610d6933258
https://github.com/pytest-dev/pytest/commit/b9e318866eab409ae6487a5790a87610d6933258
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M testing/code/test_excinfo.py
M testing/test_assertrewrite.py
M tox.ini
Log Message:
-----------
Fixed E402 flake8 errors
module level import not at top of file
Commit: 7d2ceb7872c653019cd07fc0a405410072860e1e
https://github.com/pytest-dev/pytest/commit/7d2ceb7872c653019cd07fc0a405410072860e1e
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/config.py
M _pytest/main.py
M testing/python/approx.py
M testing/python/metafunc.py
M tox.ini
Log Message:
-----------
Fixed E501 flake8 errors
line too long (> 120 characters)
Commit: 85141a419f7c8ca314ff682ad58b18f1485da993
https://github.com/pytest-dev/pytest/commit/85141a419f7c8ca314ff682ad58b18f1485da993
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M testing/code/test_code.py
M testing/code/test_excinfo.py
M testing/python/metafunc.py
M testing/test_recwarn.py
M tox.ini
Log Message:
-----------
Fixed E701 flake8 errors
multiple statements on one line (colon)
Commit: bf259d3c93427cb09c6ff40741a62e81678ee369
https://github.com/pytest-dev/pytest/commit/bf259d3c93427cb09c6ff40741a62e81678ee369
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M tox.ini
Log Message:
-----------
Fixed E702 flake8 errors
multiple statements on one line (semicolon)
Commit: 5ae59279f48b500625b8cffb8ca3e6f8386aa291
https://github.com/pytest-dev/pytest/commit/5ae59279f48b500625b8cffb8ca3e6f8386aa291
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_argcomplete.py
M testing/python/fixture.py
M testing/python/metafunc.py
M testing/test_runner.py
M tox.ini
Log Message:
-----------
Fixed E704 flake8 errors
multiple statements on one line (def)
Commit: 15610289ac720bbdd90c5b69b6a5ef6405a2c4ab
https://github.com/pytest-dev/pytest/commit/15610289ac720bbdd90c5b69b6a5ef6405a2c4ab
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/fixtures.py
M testing/test_parseopt.py
M tox.ini
Log Message:
-----------
Fixed E712 flake8 errors
comparison to True should be ‘if cond is True:’ or ‘if cond:’
Commit: b49e8baab3759d70d4af138d76cf28321f3e7807
https://github.com/pytest-dev/pytest/commit/b49e8baab3759d70d4af138d76cf28321f3e7807
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M _pytest/_code/source.py
M _pytest/assertion/rewrite.py
M _pytest/assertion/util.py
M _pytest/python.py
M testing/test_session.py
M tox.ini
Log Message:
-----------
Fixed E731 flake8 errors
do not assign a lambda expression, use a def
Commit: b2a5ec3b9457734488dac9dd402876739985af40
https://github.com/pytest-dev/pytest/commit/b2a5ec3b9457734488dac9dd402876739985af40
Author: Andras Tim <andras....@gmail.com>
Date: 2017-07-17 (Mon, 17 Jul 2017)
Changed paths:
M AUTHORS
A changelog/2581.trivial
Log Message:
-----------
updated meta
Commit: c92760dca8637251eb9e7b9ea4819b32bc0b8042
https://github.com/pytest-dev/pytest/commit/c92760dca8637251eb9e7b9ea4819b32bc0b8042
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2017-07-19 (Wed, 19 Jul 2017)
Changed paths:
M AUTHORS
M _pytest/_argcomplete.py
M _pytest/_code/_py2traceback.py
M _pytest/_code/code.py
M _pytest/_code/source.py
M _pytest/assertion/__init__.py
M _pytest/assertion/rewrite.py
M _pytest/assertion/util.py
M _pytest/cacheprovider.py
M _pytest/capture.py
M _pytest/compat.py
M _pytest/config.py
M _pytest/debugging.py
M _pytest/deprecated.py
M _pytest/doctest.py
M _pytest/fixtures.py
M _pytest/freeze_support.py
M _pytest/helpconfig.py
M _pytest/hookspec.py
M _pytest/junitxml.py
M _pytest/main.py
M _pytest/mark.py
M _pytest/monkeypatch.py
M _pytest/nose.py
M _pytest/pastebin.py
M _pytest/pytester.py
M _pytest/python.py
M _pytest/recwarn.py
M _pytest/resultlog.py
M _pytest/runner.py
M _pytest/skipping.py
M _pytest/terminal.py
M _pytest/tmpdir.py
M _pytest/unittest.py
M _pytest/warnings.py
A changelog/2581.trivial
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/freeze/create_executable.py
M testing/freeze/runtests_script.py
M testing/freeze/tests/test_trivial.py
M testing/freeze/tox_run.py
M testing/python/approx.py
M testing/python/collect.py
M testing/python/fixture.py
M testing/python/integration.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_cache.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_mark.py
M testing/test_monkeypatch.py
M testing/test_nose.py
M testing/test_parseopt.py
M testing/test_pastebin.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
M testing/test_warnings.py
M tox.ini
Log Message:
-----------
Merge branch 'fix-flake8-issues'
Compare:
https://github.com/pytest-dev/pytest/compare/61d4345ea4fd...c92760dca863
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit