[Pytest-commit] [pytest-dev/pytest] 70bcd1: Add a reference to Python testing book to talks do...

Bruno Oliveira nicoddemus at gmail.com
Mon May 22 18:11:49 EDT 2017


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 70bcd1fb7bb45bbbc896fdc1550a095049d077df
      https://github.com/pytest-dev/pytest/commit/70bcd1fb7bb45bbbc896fdc1550a095049d077df
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M doc/en/talks.rst

  Log Message:
  -----------
  Add a reference to Python testing book to talks docs


  Commit: e484f4760f21feabeabcabfac8ff9551684d77ec
      https://github.com/pytest-dev/pytest/commit/e484f4760f21feabeabcabfac8ff9551684d77ec
  Author: Florian Bruhin <me at the-compiler.org>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M doc/en/talks.rst

  Log Message:
  -----------
  Merge pull request #2412 from pytest-dev/pytest-book-ref

Add a reference to Python testing book to talks docs


  Commit: f7247dc99dddefe16d827dd9fd86b395008c2a50
      https://github.com/pytest-dev/pytest/commit/f7247dc99dddefe16d827dd9fd86b395008c2a50
  Author: Floris Bruynooghe <flub at devork.be>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M doc/en/talks.rst

  Log Message:
  -----------
  Remove past training

Leaving the sidebar as an example for in the future.


  Commit: 7af0e6bda13b625641930e656ef1c1bbf82a7b28
      https://github.com/pytest-dev/pytest/commit/7af0e6bda13b625641930e656ef1c1bbf82a7b28
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M doc/en/talks.rst

  Log Message:
  -----------
  Merge pull request #2415 from flub/training

Remove past training


  Commit: 598aefc686cf2149807342583856bd503c2743b5
      https://github.com/pytest-dev/pytest/commit/598aefc686cf2149807342583856bd503c2743b5
  Author: Lev Maximov <lev.maximov at gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  -----------
  small fix in an example from the docs


  Commit: 637550b249883c420928988933393dc399de5d3e
      https://github.com/pytest-dev/pytest/commit/637550b249883c420928988933393dc399de5d3e
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  -----------
  Merge pull request #2418 from axil/master

small fix in an example from the docs


  Commit: 36cf89a2de01e0f4a941a0f202b02845387a3611
      https://github.com/pytest-dev/pytest/commit/36cf89a2de01e0f4a941a0f202b02845387a3611
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-19 (Fri, 19 May 2017)

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

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


  Commit: 0ff7f5d0c6fe7c4cb206fa92bba8a418f1d2c50b
      https://github.com/pytest-dev/pytest/commit/0ff7f5d0c6fe7c4cb206fa92bba8a418f1d2c50b
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Prepare CHANGELOG for version 3.1.0


  Commit: 9b48613baa9ee1ab4e1e233bfe956de03e89b23e
      https://github.com/pytest-dev/pytest/commit/9b48613baa9ee1ab4e1e233bfe956de03e89b23e
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.1.0.rst
    M doc/en/cache.rst
    M doc/en/example/parametrize.rst
    M doc/en/unittest.rst
    M doc/en/warnings.rst

  Log Message:
  -----------
  Preparing release version 3.1.0


  Commit: 6d2e11b7d1481a7bf3209f65ba94d1ca20f8bd39
      https://github.com/pytest-dev/pytest/commit/6d2e11b7d1481a7bf3209f65ba94d1ca20f8bd39
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  Extract method for _mark_plugins_for_rewrite


  Commit: ce0ff0040f2c05f90270e84e519df68292268bf4
      https://github.com/pytest-dev/pytest/commit/ce0ff0040f2c05f90270e84e519df68292268bf4
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  Reindent and add docstring


  Commit: 2abf2070f2a486dab8e0592b0a774d588afcfc78
      https://github.com/pytest-dev/pytest/commit/2abf2070f2a486dab8e0592b0a774d588afcfc78
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  Collapse nested for loops into a generator expression


  Commit: 43aa037ebd9324a628cb0e4e52e52b3fa01c7761
      https://github.com/pytest-dev/pytest/commit/43aa037ebd9324a628cb0e4e52e52b3fa01c7761
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  Reindent


  Commit: 9beeef970e17fa5bb717681b1d7e89414d8eb21c
      https://github.com/pytest-dev/pytest/commit/9beeef970e17fa5bb717681b1d7e89414d8eb21c
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  Parse the filename in the generator expression


  Commit: c9c2c34b44c47dd00f0917bf9e7d351f00e13697
      https://github.com/pytest-dev/pytest/commit/c9c2c34b44c47dd00f0917bf9e7d351f00e13697
  Author: Jason R. Coombs <jaraco at jaraco.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  Remove unused parameter


  Commit: 69343310c651d3db387ea45958e4018700442a89
      https://github.com/pytest-dev/pytest/commit/69343310c651d3db387ea45958e4018700442a89
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  Merge pull request #2422 from pytest-dev/refactor-config

Refactor config


  Commit: d343f9497ca176d4af2e52ae69fffda0d8516d5b
      https://github.com/pytest-dev/pytest/commit/d343f9497ca176d4af2e52ae69fffda0d8516d5b
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M .gitignore
    M AUTHORS
    M CHANGELOG.rst
    M CONTRIBUTING.rst
    M HOWTORELEASE.rst
    M MANIFEST.in
    M _pytest/__init__.py
    M _pytest/_argcomplete.py
    M _pytest/_code/__init__.py
    M _pytest/_code/_py2traceback.py
    M _pytest/_code/code.py
    M _pytest/_code/source.py
    M _pytest/_pluggy.py
    M _pytest/assertion/__init__.py
    M _pytest/assertion/rewrite.py
    A _pytest/assertion/truncate.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/setuponly.py
    M _pytest/setupplan.py
    M _pytest/skipping.py
    M _pytest/terminal.py
    M _pytest/tmpdir.py
    M _pytest/unittest.py
    A _pytest/warnings.py
    M doc/en/Makefile
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.1.0.rst
    M doc/en/assert.rst
    M doc/en/cache.rst
    M doc/en/capture.rst
    M doc/en/contents.rst
    M doc/en/customize.rst
    M doc/en/doctest.rst
    M doc/en/example/assertion/failure_demo.py
    M doc/en/example/assertion/test_setup_flow_example.py
    M doc/en/example/attic.rst
    M doc/en/example/costlysetup/conftest.py
    M doc/en/example/markers.rst
    M doc/en/example/multipython.py
    M doc/en/example/nonpython.rst
    M doc/en/example/parametrize.rst
    M doc/en/example/pythoncollection.py
    M doc/en/example/pythoncollection.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/example/special.rst
    M doc/en/fixture.rst
    M doc/en/funcarg_compare.rst
    M doc/en/genapi.py
    M doc/en/getting-started.rst
    M doc/en/index.rst
    M doc/en/parametrize.rst
    M doc/en/recwarn.rst
    M doc/en/skipping.rst
    M doc/en/test/attic.rst
    M doc/en/tmpdir.rst
    M doc/en/unittest.rst
    M doc/en/usage.rst
    A doc/en/warnings.rst
    M doc/en/writing_plugins.rst
    M pytest.py
    M scripts/check-manifest.py
    M setup.cfg
    M setup.py
    A tasks/__init__.py
    A tasks/generate.py
    A tasks/release.minor.rst
    A tasks/release.patch.rst
    A tasks/requirements.txt
    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/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_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
    A testing/test_modimport.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
    A testing/test_warnings.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'release-3.1'


Compare: https://github.com/pytest-dev/pytest/compare/3a4d37248d52...d343f9497ca1


More information about the pytest-commit mailing list