[Pytest-commit] [pytest-dev/pytest] cb0ba1: remove '_ast' module; and redirect '_ast' referenc...

Bruno Oliveira nicoddemus at gmail.com
Mon Dec 11 19:12:42 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: cb0ba18f5381ba60a4693a71f3c1c1470631ec60
      https://github.com/pytest-dev/pytest/commit/cb0ba18f5381ba60a4693a71f3c1c1470631ec60
  Author: Srinivas Reddy Thatiparthy <thatiparthysreenivas at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M _pytest/_code/source.py
    M _pytest/assertion/rewrite.py

  Log Message:
  -----------
  remove '_ast' module; and redirect '_ast' references to 'ast'


  Commit: c2cd239d35c8f3a1be3f86ea1dc5f83ea8431fd6
      https://github.com/pytest-dev/pytest/commit/c2cd239d35c8f3a1be3f86ea1dc5f83ea8431fd6
  Author: Srinivas Reddy Thatiparthy <thatiparthysreenivas at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M testing/code/test_source.py

  Log Message:
  -----------
  remove _ast reference from test cases as well


  Commit: 7792587b3f01113f7197e3db52d05a238197cbae
      https://github.com/pytest-dev/pytest/commit/7792587b3f01113f7197e3db52d05a238197cbae
  Author: Srinivas Reddy Thatiparthy <thatiparthysreenivas at gmail.com>
  Date:   2017-12-12 (Tue, 12 Dec 2017)

  Changed paths:
    M _pytest/assertion/util.py

  Log Message:
  -----------
  remove unnecessary import


  Commit: fc544dc66078364c176451476fc17a3def2b3772
      https://github.com/pytest-dev/pytest/commit/fc544dc66078364c176451476fc17a3def2b3772
  Author: Srinivas Reddy Thatiparthy <thatiparthysreenivas at gmail.com>
  Date:   2017-12-12 (Tue, 12 Dec 2017)

  Changed paths:
    M _pytest/assertion/util.py

  Log Message:
  -----------
  remove redundant checking because

* isinstance([], Sequence) is True

* isinstance((), Sequence) is True


  Commit: fc5ec5807ef5835e094fb52e2f073b3f5beeac1f
      https://github.com/pytest-dev/pytest/commit/fc5ec5807ef5835e094fb52e2f073b3f5beeac1f
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    A changelog/3018.trivial

  Log Message:
  -----------
  Add changelog for 3018


  Commit: 771b5c8852798cdb740b8e9e4b0ddb5798a8017b
      https://github.com/pytest-dev/pytest/commit/771b5c8852798cdb740b8e9e4b0ddb5798a8017b
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M _pytest/_code/source.py
    M _pytest/assertion/rewrite.py
    M _pytest/assertion/util.py
    A changelog/3018.trivial
    M testing/code/test_source.py

  Log Message:
  -----------
  Merge pull request #3019 from srinivasreddy/rm_ast

remove '_ast' module; and redirect '_ast' references to 'ast'


Compare: https://github.com/pytest-dev/pytest/compare/964c29cb939d...771b5c885279


More information about the pytest-commit mailing list