[Checkins] [zopefoundation/zope.container] 9c87b4: Run constraints doctest on all Python versions

GitHub noreply at github.com
Thu Jul 27 17:11:06 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.container
  Commit: 9c87b4be1bad3c1dc54d417205439a7fc43214fd
      https://github.com/zopefoundation/zope.container/commit/9c87b4be1bad3c1dc54d417205439a7fc43214fd
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    M CHANGES.rst
    M MANIFEST.in
    M docs/constraints.rst
    A src/zope/container/constraints.rst
    M src/zope/container/contained.py
    A src/zope/container/tests/directory.rst
    R src/zope/container/tests/directory.txt
    M src/zope/container/tests/test_constraints.py
    M src/zope/container/tests/test_directory.py
    M tox.ini

  Log Message:
  -----------
  Run constraints doctest on all Python versions

Using the regular doctest module...the tests in docs/api.rst will not
(easily) run with the sphinx doctest builder. This is simply done by
not using that builder anymore and running constraints.rst with the
usual test runner; it is still included in the documentation via '..
include::'.


  Commit: 399c1bd0e22b833d01a0aac9ea9e8f684a111701
      https://github.com/zopefoundation/zope.container/commit/399c1bd0e22b833d01a0aac9ea9e8f684a111701
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Remove unneeded docs install in tox sections

[skip ci]


  Commit: 14b41f52058a21164df92ab1d4f86de6dd90960b
      https://github.com/zopefoundation/zope.container/commit/14b41f52058a21164df92ab1d4f86de6dd90960b
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    M CHANGES.rst
    M MANIFEST.in
    M docs/constraints.rst
    A src/zope/container/constraints.rst
    M src/zope/container/contained.py
    A src/zope/container/tests/directory.rst
    R src/zope/container/tests/directory.txt
    M src/zope/container/tests/test_constraints.py
    M src/zope/container/tests/test_directory.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #14 from zopefoundation/py36

Run constraints doctest on all Python versions


Compare: https://github.com/zopefoundation/zope.container/compare/8d2163386a2e...14b41f52058a


More information about the checkins mailing list