[Pytest-commit] [pytest-dev/pytest] fbc45b: Fixed #3149 where doctest does not continue to run...

Bruno Oliveira nicoddemus at gmail.com
Tue Feb 27 05:45:42 EST 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: fbc45be83f279f936121355649728f7aeec6e6a6
      https://github.com/pytest-dev/pytest/commit/fbc45be83f279f936121355649728f7aeec6e6a6
  Author: William Lee <wl1012 at yahoo.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M AUTHORS
    M _pytest/doctest.py
    M testing/test_doctest.py

  Log Message:
  -----------
  Fixed #3149 where doctest does not continue to run when there is a failure


  Commit: 14cd1e9d9438e86b0c0af9a9437abe578072aedc
      https://github.com/pytest-dev/pytest/commit/14cd1e9d9438e86b0c0af9a9437abe578072aedc
  Author: William Lee <wl1012 at yahoo.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    A changelog/3149.feature

  Log Message:
  -----------
  Added the feature in change log for #3149


  Commit: 8d90591b3305a245df318e2c78dd3fa27839ecad
      https://github.com/pytest-dev/pytest/commit/8d90591b3305a245df318e2c78dd3fa27839ecad
  Author: William Lee <wl1012 at yahoo.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M AUTHORS
    M _pytest/deprecated.py
    M _pytest/junitxml.py
    M _pytest/nodes.py
    M _pytest/runner.py
    A changelog/2770.feature
    A changelog/2770.removal.rst
    M doc/en/builtin.rst
    M doc/en/example/simple.rst
    M doc/en/usage.rst
    M testing/test_junitxml.py
    M testing/test_pdb.py

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/features' into continue-on-failure


  Commit: 7f2dd74ae9ba23cc8c8a33e933b87df9bf708be0
      https://github.com/pytest-dev/pytest/commit/7f2dd74ae9ba23cc8c8a33e933b87df9bf708be0
  Author: William Lee <wl1012 at yahoo.com>
  Date:   2018-02-23 (Fri, 23 Feb 2018)

  Changed paths:
    M _pytest/doctest.py
    M testing/test_doctest.py

  Log Message:
  -----------
  Fixed test for the continue run


  Commit: f4cc45bb41b29f1aeab61dc3c3219d1e1baadc66
      https://github.com/pytest-dev/pytest/commit/f4cc45bb41b29f1aeab61dc3c3219d1e1baadc66
  Author: William Lee <wl1012 at yahoo.com>
  Date:   2018-02-23 (Fri, 23 Feb 2018)

  Changed paths:
    M _pytest/doctest.py
    M testing/test_doctest.py

  Log Message:
  -----------
  Turn on the continue on failure only when the flag is given


  Commit: c21eb7292451aa53b5fd24bc7e8f2ea9fb7ab912
      https://github.com/pytest-dev/pytest/commit/c21eb7292451aa53b5fd24bc7e8f2ea9fb7ab912
  Author: William Lee <wl1012 at yahoo.com>
  Date:   2018-02-23 (Fri, 23 Feb 2018)

  Changed paths:
    M doc/en/doctest.rst

  Log Message:
  -----------
  Added documentation for the continue-on-failure flag


  Commit: e8f9a910563f72b599ad6b97903553373cbed433
      https://github.com/pytest-dev/pytest/commit/e8f9a910563f72b599ad6b97903553373cbed433
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    M changelog/3149.feature

  Log Message:
  -----------
  Small adjustment to CHANGELOG entry


  Commit: 5cb72b6188be423288a8cf8653eafc6cd831271a
      https://github.com/pytest-dev/pytest/commit/5cb72b6188be423288a8cf8653eafc6cd831271a
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M AUTHORS
    M _pytest/doctest.py
    A changelog/3149.feature
    M doc/en/doctest.rst
    M testing/test_doctest.py

  Log Message:
  -----------
  Merge pull request #3257 from will133/continue-on-failure

Continue on doctest failure


Compare: https://github.com/pytest-dev/pytest/compare/d196ab45d32c...5cb72b6188be


More information about the pytest-commit mailing list