[Checkins] [zopefoundation/zope.testing] 842c1d: Added support for creating doctests as methods of

GitHub noreply at github.com
Wed Jul 15 18:54:38 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testing
  Commit: 842c1dcc4652720b7797d2bd7c32d9fe28c659c1
      https://github.com/zopefoundation/zope.testing/commit/842c1dcc4652720b7797d2bd7c32d9fe28c659c1
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M buildout.cfg
    M setup.py
    A src/zope/testing/doctestcase.py
    A src/zope/testing/doctestcase.txt
    A src/zope/testing/test1.txt
    A src/zope/testing/test4.txt
    A src/zope/testing/test4e.txt
    A src/zope/testing/test4f.txt
    M src/zope/testing/tests.py

  Log Message:
  -----------
  Added support for creating doctests as methods of
  unittest.TestCase classes so that they can found automatically
  by test runners, like *nose* that ignore test suites.


  Commit: 2d1dbaff1749a81e4e3b1c53f13db5ca27e12be2
      https://github.com/zopefoundation/zope.testing/commit/2d1dbaff1749a81e4e3b1c53f13db5ca27e12be2
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

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

  Log Message:
  -----------
  don't show doctest failure class, cuz Travis shows assertion errors (?)


  Commit: a6e248b93f5136f3d0281412d52f28c3bdd56805
      https://github.com/zopefoundation/zope.testing/commit/a6e248b93f5136f3d0281412d52f28c3bdd56805
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

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

  Log Message:
  -----------
  typo


  Commit: 8abe07dc38fa98678ecb2857e09f7fd33e297a0a
      https://github.com/zopefoundation/zope.testing/commit/8abe07dc38fa98678ecb2857e09f7fd33e297a0a
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

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

  Log Message:
  -----------
  better open hygiene


  Commit: 24f035f12edd2c767d898dd96b001dc6ce8163fb
      https://github.com/zopefoundation/zope.testing/commit/24f035f12edd2c767d898dd96b001dc6ce8163fb
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

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

  Log Message:
  -----------
  consistent spacing around =


  Commit: 4724244da428ed2153ab7bdd92ef1bdf9f061d8f
      https://github.com/zopefoundation/zope.testing/commit/4724244da428ed2153ab7bdd92ef1bdf9f061d8f
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

  Changed paths:
    M src/zope/testing/tests.py

  Log Message:
  -----------
  remove unused import


  Commit: 0dd0b8b2961a34e167a1cc4ba467885f7a4d3925
      https://github.com/zopefoundation/zope.testing/commit/0dd0b8b2961a34e167a1cc4ba467885f7a4d3925
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-13 (Mon, 13 Jul 2015)

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

  Log Message:
  -----------
  typo


  Commit: a744aa3bc7f0880d6cffa6b050c510ceb9db68c5
      https://github.com/zopefoundation/zope.testing/commit/a744aa3bc7f0880d6cffa6b050c510ceb9db68c5
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

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

  Log Message:
  -----------
  Overhaul of doctestcase based on reviewer comments


  Commit: c8b211e5ba2138dba453ff1c973aac87a944d190
      https://github.com/zopefoundation/zope.testing/commit/c8b211e5ba2138dba453ff1c973aac87a944d190
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-15 (Wed, 15 Jul 2015)

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

  Log Message:
  -----------
  fixed many typos


  Commit: d0353c9a5ff45f3cb3c15ed815bbbaf87e77dcbd
      https://github.com/zopefoundation/zope.testing/commit/d0353c9a5ff45f3cb3c15ed815bbbaf87e77dcbd
  Author: Jim Fulton <jim at aledade.com>
  Date:   2015-07-15 (Wed, 15 Jul 2015)

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

  Log Message:
  -----------
  Noted that IGNORE_EXCEPTION_DETAIL is always used.


  Commit: 3d93ea556059cb0196273a6bf99c0ddf379a1f70
      https://github.com/zopefoundation/zope.testing/commit/3d93ea556059cb0196273a6bf99c0ddf379a1f70
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2015-07-15 (Wed, 15 Jul 2015)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M buildout.cfg
    M setup.py
    A src/zope/testing/doctestcase.py
    A src/zope/testing/doctestcase.txt
    A src/zope/testing/test1.txt
    A src/zope/testing/test4.txt
    A src/zope/testing/test4e.txt
    A src/zope/testing/test4f.txt
    M src/zope/testing/tests.py

  Log Message:
  -----------
  Merge pull request #4 from zopefoundation/doctestcase

doctests in TestCase classes


Compare: https://github.com/zopefoundation/zope.testing/compare/e1379784098a...3d93ea556059


More information about the checkins mailing list