[Checkins] [zopefoundation/zope.structuredtext] b220da: 100% coverage for document.py

GitHub noreply at github.com
Thu Aug 24 19:17:16 CEST 2017


  Branch: refs/heads/py36
  Home:   https://github.com/zopefoundation/zope.structuredtext
  Commit: b220daa8eca228ed0785e05fa95970819750a8bf
      https://github.com/zopefoundation/zope.structuredtext/commit/b220daa8eca228ed0785e05fa95970819750a8bf
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/zope/structuredtext/document.py
    M src/zope/structuredtext/tests.py

  Log Message:
  -----------
  100% coverage for document.py


  Commit: 32d453bfeb7f2174f9ef01655d3da93720a62c71
      https://github.com/zopefoundation/zope.structuredtext/commit/32d453bfeb7f2174f9ef01655d3da93720a62c71
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

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

  Log Message:
  -----------
  More coverage for HTML


  Commit: 85c144f926f16d4a55281c7736f3e25a60c1509d
      https://github.com/zopefoundation/zope.structuredtext/commit/85c144f926f16d4a55281c7736f3e25a60c1509d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/zope/structuredtext/html.py

  Log Message:
  -----------
  Remove unreachable code in HTML.table()

There is only one class that defines getAlign, and it's unconditional.
It's also the same only class that defines getType and getSpan. These
don't seem to be used dynamically in any way.


  Commit: afae9fb572566a5015022b901c60eba5ca03d280
      https://github.com/zopefoundation/zope.structuredtext/commit/afae9fb572566a5015022b901c60eba5ca03d280
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

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

  Log Message:
  -----------
  100% coverage for html.py


  Commit: abc74ce6b29f4838ec141515e02c93d4f444378b
      https://github.com/zopefoundation/zope.structuredtext/commit/abc74ce6b29f4838ec141515e02c93d4f444378b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/zope/structuredtext/docbook.py
    M src/zope/structuredtext/tests.py

  Log Message:
  -----------
  100% coverage for docbook.py

This includes a fix to DocBookBook: it was adding "</book>" after
every chapter, which would lead to malformed XML if there was more
than one chapter. Now it only adds one at the end of all the chapters.


  Commit: e6c8095e386f6196d5f91b1add2e7de9710d5e14
      https://github.com/zopefoundation/zope.structuredtext/commit/e6c8095e386f6196d5f91b1add2e7de9710d5e14
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/zope/structuredtext/stng.py
    M src/zope/structuredtext/tests.py

  Log Message:
  -----------
  100% coverage for stng.py


  Commit: a3d1edf91a1b077c79811d19400ccac978e95772
      https://github.com/zopefoundation/zope.structuredtext/commit/a3d1edf91a1b077c79811d19400ccac978e95772
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/zope/structuredtext/stdom.py
    M src/zope/structuredtext/stng.py

  Log Message:
  -----------
  100% coverage of stdom, mostly by marking things pragma:no cover for now


Compare: https://github.com/zopefoundation/zope.structuredtext/compare/24daa13f8c6d...a3d1edf91a1b


More information about the checkins mailing list