[Checkins] [zopefoundation/zope.testing] 040209: Fixed section hierarchy

GitHub noreply at github.com
Mon Aug 31 14:19:23 CEST 2015


  Branch: refs/heads/doctestfiles
  Home:   https://github.com/zopefoundation/zope.testing
  Commit: 04020968420b500e6d950b2885ef9446844d2925
      https://github.com/zopefoundation/zope.testing/commit/04020968420b500e6d950b2885ef9446844d2925
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-08-31 (Mon, 31 Aug 2015)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Fixed section hierarchy


  Commit: f03c22761027f16751a758cbb2c48cad316292f1
      https://github.com/zopefoundation/zope.testing/commit/f03c22761027f16751a758cbb2c48cad316292f1
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-08-31 (Mon, 31 Aug 2015)

  Changed paths:
    M CHANGES.rst
    M src/zope/testing/doctestcase.py
    M src/zope/testing/doctestcase.txt

  Log Message:
  -----------
  Added doctestcase.doctestfiles

  - Define multiple doctest files at once.

  - Automatically assign test class members.  So rather than::

      test_foo = doctestcase.doctestfile('foo.txt')

    You can use::

      doctestcase.doctestfiles('foo.txt')


Compare: https://github.com/zopefoundation/zope.testing/compare/04020968420b^...f03c22761027


More information about the checkins mailing list