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

GitHub noreply at github.com
Thu Sep 3 01:03:18 CEST 2015


  Branch: refs/heads/master
  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')


  Commit: 5886813af884f60090c7b095cc8069d3e97d4e30
      https://github.com/zopefoundation/zope.testing/commit/5886813af884f60090c7b095cc8069d3e97d4e30
  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:
  -----------
  make doctestfiles into a class decorator


  Commit: 53a23acc079ed638c2c83d918f23a03e8339c485
      https://github.com/zopefoundation/zope.testing/commit/53a23acc079ed638c2c83d918f23a03e8339c485
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M src/zope/testing/doctestcase.txt

  Log Message:
  -----------
  Addressed comments on pr 9


  Commit: 7766f5770e47314f1938d0b94fe062725c051179
      https://github.com/zopefoundation/zope.testing/commit/7766f5770e47314f1938d0b94fe062725c051179
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Addressed pr 9 comments


  Commit: 89ebcba08b2154e1204f3fada9158b84f46a51f6
      https://github.com/zopefoundation/zope.testing/commit/89ebcba08b2154e1204f3fada9158b84f46a51f6
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

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

  Log Message:
  -----------
  Merge pull request #9 from zopefoundation/doctestfiles-class-decorator

Doctestfiles class decorator


Compare: https://github.com/zopefoundation/zope.testing/compare/8a25562f1749...89ebcba08b21


More information about the checkins mailing list