[Pytest-commit] [pytest-dev/pytest] 3427d2: Try to get docstring from module node

Bruno Oliveira nicoddemus at gmail.com
Thu Oct 26 18:15:23 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: 3427d27d5a517a265502feba359df4f7c46ed611
      https://github.com/pytest-dev/pytest/commit/3427d27d5a517a265502feba359df4f7c46ed611
  Author: Sviatoslav Abakumov <abakumov.sviatoslav at progforce.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M _pytest/assertion/rewrite.py
    M testing/test_assertrewrite.py

  Log Message:
  -----------
  Try to get docstring from module node


  Commit: fd7bfa30d0a6d2415f5669bdbe035dba1fcad5b2
      https://github.com/pytest-dev/pytest/commit/fd7bfa30d0a6d2415f5669bdbe035dba1fcad5b2
  Author: Sviatoslav Abakumov <abakumov.sviatoslav at progforce.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M _pytest/assertion/rewrite.py
    M testing/test_assertrewrite.py

  Log Message:
  -----------
  Put imports on the last line unless there are other exprs


  Commit: 27bb2eceb43f9c2c3747cf3c0a2e999292d382fc
      https://github.com/pytest-dev/pytest/commit/27bb2eceb43f9c2c3747cf3c0a2e999292d382fc
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M testing/test_assertrewrite.py

  Log Message:
  -----------
  Add comment about why we remove docstrings on test_assertrewrite

As explained in pytest-dev/pytest#2870


  Commit: 734c435d006d589d475a418b2e26b524dcf3c986
      https://github.com/pytest-dev/pytest/commit/734c435d006d589d475a418b2e26b524dcf3c986
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M _pytest/assertion/rewrite.py
    M testing/test_assertrewrite.py

  Log Message:
  -----------
  Merge pull request #2870 from Perlence/rewrite-python-37-docstring

Adapt the Python 3.7 AST changes


Compare: https://github.com/pytest-dev/pytest/compare/0b540f98b1ac...734c435d006d


More information about the pytest-commit mailing list