[Checkins] [zopefoundation/zope.index] 81dd5f: Drop support for 'setup.py test'

GitHub noreply at github.com
Thu Nov 2 14:54:58 CET 2017


  Branch: refs/heads/coverage
  Home:   https://github.com/zopefoundation/zope.index
  Commit: 81dd5f6c4d1a041384d37ae9fc01635cbbc862dc
      https://github.com/zopefoundation/zope.index/commit/81dd5f6c4d1a041384d37ae9fc01635cbbc862dc
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Drop support for 'setup.py test'


  Commit: eb6a048873ecaf6b9e1077e783356c83155e0e53
      https://github.com/zopefoundation/zope.index/commit/eb6a048873ecaf6b9e1077e783356c83155e0e53
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M .gitignore
    M src/zope/index/text/tests/test_parsetree.py

  Log Message:
  -----------
  100% for test_parsetree


  Commit: 4b927449dceef0e2250b25cd62d88cd412fa9d38
      https://github.com/zopefoundation/zope.index/commit/4b927449dceef0e2250b25cd62d88cd412fa9d38
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/text/tests/test_okapiindex.py

  Log Message:
  -----------
  100% for test_okapiindex.


  Commit: 15fa1f03c5acaa555f515758ed46ac3c69d1cb4e
      https://github.com/zopefoundation/zope.index/commit/15fa1f03c5acaa555f515758ed46ac3c69d1cb4e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/text/tests/test_lexicon.py

  Log Message:
  -----------
  100% for test_lexicon.


  Commit: c9f0a5d1ea45ab4acb5ed56b78ae6f3f69725659
      https://github.com/zopefoundation/zope.index/commit/c9f0a5d1ea45ab4acb5ed56b78ae6f3f69725659
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M .coveragerc
    M src/zope/index/text/tests/test_baseindex.py

  Log Message:
  -----------
  100% for test_baseindex


  Commit: 46545596da0c1892334d9c8e02bb508918d4b153
      https://github.com/zopefoundation/zope.index/commit/46545596da0c1892334d9c8e02bb508918d4b153
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

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

  Log Message:
  -----------
  100% for tests.py


  Commit: f579f1dcd2a2be4ab39b18c8bf882d757a1e750d
      https://github.com/zopefoundation/zope.index/commit/f579f1dcd2a2be4ab39b18c8bf882d757a1e750d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/text/htmlsplitter.py
    M src/zope/index/text/tests/test_htmlsplitter.py

  Log Message:
  -----------
  100% coverage for [test_]htmlsplitter.py

Almost all the tests were copies of those in test_lexicon.TestSplitter so use inheritance.


  Commit: 71c6a2ca169fb1be517bfae09cab3e1a4813f1d8
      https://github.com/zopefoundation/zope.index/commit/71c6a2ca169fb1be517bfae09cab3e1a4813f1d8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/text/tests/test_widcode.py

  Log Message:
  -----------
  100% coverage for test_widcode. test_symmetric was never executing because the range was wrong.


  Commit: d89fb1c64638204be1a8024fbdc9325851ac355e
      https://github.com/zopefoundation/zope.index/commit/d89fb1c64638204be1a8024fbdc9325851ac355e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/text/tests/test_textindex.py

  Log Message:
  -----------
  100% coverage for test_textindex. _makeLexicon and _makeOkapi were unused.


  Commit: fefe04d1d10332ce9efe558e4cd4648b0193ae72
      https://github.com/zopefoundation/zope.index/commit/fefe04d1d10332ce9efe558e4cd4648b0193ae72
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/text/tests/test_index.py
    M src/zope/index/topic/filter.py
    M src/zope/index/topic/tests/test_index.py

  Log Message:
  -----------
  100% for topic/filter and topic/test_index. This enables a bunch of disabled tests.


  Commit: 866b0f748ec067461e31a65f03e6d24ac07898e6
      https://github.com/zopefoundation/zope.index/commit/866b0f748ec067461e31a65f03e6d24ac07898e6
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/keyword/index.py

  Log Message:
  -----------
  100% for keyword/index


  Commit: 56907aa63a93d8bb14be5e9e26db94277e07d45d
      https://github.com/zopefoundation/zope.index/commit/56907aa63a93d8bb14be5e9e26db94277e07d45d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M src/zope/index/text/okapiindex.py
    M src/zope/index/text/tests/test_okapiindex.py

  Log Message:
  -----------
  100% for okapiindex.py on CPython. Expose and test both the pure-python and C implementations.


  Commit: f6fa1f3c3b6dcf368aa23c910738edf27970375f
      https://github.com/zopefoundation/zope.index/commit/f6fa1f3c3b6dcf368aa23c910738edf27970375f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M CHANGES.rst
    R src/zope/index/text/tests/hs-tool.py
    R src/zope/index/text/tests/mhindex.py
    R src/zope/index/text/tests/wordstats.py

  Log Message:
  -----------
  Remove internal test scripts that were never ported to Python 3 and were untested.


  Commit: 7e6d1cf26f3dddefca5dacd0dc30c956e8d775c4
      https://github.com/zopefoundation/zope.index/commit/7e6d1cf26f3dddefca5dacd0dc30c956e8d775c4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/index/text/ricecode.py
    A src/zope/index/text/tests/test_ricecode.py
    M tox.ini

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

Coming from 0% coverage.

Fix some pickling bugs this exposed.

Remove the undocumented test function to the new test module.

The undocumented pickle_efficiency function now takes parameters and
returns results instead of being hardcoded and printing.


Compare: https://github.com/zopefoundation/zope.index/compare/9f806f0e40b8...7e6d1cf26f3d


More information about the checkins mailing list