[Checkins] [zopefoundation/ZODB] 74e3d0: Pin zope.testrunner in tox.ini to avoid breakage w...

GitHub noreply at github.com
Mon Jan 12 19:09:09 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 74e3d008e4f61c7cf2de4871f0cae995cfaa449e
      https://github.com/zopefoundation/ZODB/commit/74e3d008e4f61c7cf2de4871f0cae995cfaa449e
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Pin zope.testrunner in tox.ini to avoid breakage with 4.4.5

See https://github.com/zopefoundation/zope.testrunner/pull/19


  Commit: 9811ff904f428874b906983910a011685853a61b
      https://github.com/zopefoundation/ZODB/commit/9811ff904f428874b906983910a011685853a61b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    A .coveragerc
    M tox.ini

  Log Message:
  -----------
  Make 'tox -e coverage' work

It didn't work for me, because nose would crawl inside manual_tests, try
to run test_fstest.py, and fail (because that test is manual and
requires extra setup, like putting fstest.py on PYTHONPATH).

I also don't think that we want to exclude test layers from coverage
measurements (nose doesn't support them).

This change makes 'tox -e coverage' use zope.testrunner like it does for
regular tests.


  Commit: a13017385ad8982e542263daa21110f336b18464
      https://github.com/zopefoundation/ZODB/commit/a13017385ad8982e542263daa21110f336b18464
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M src/ZODB/tests/testCache.py

  Log Message:
  -----------
  Disable assertion iff running under coverage

Fixes https://github.com/zopefoundation/ZODB/issues/28


  Commit: b0ea037b6d49fe6bf3dc2c204a5dfc3fb9810678
      https://github.com/zopefoundation/ZODB/commit/b0ea037b6d49fe6bf3dc2c204a5dfc3fb9810678
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  Fix repozo --verbose and --verify parsing

Add tests for repozo's parseargs().


Compare: https://github.com/zopefoundation/ZODB/compare/9b727e80f4f3...b0ea037b6d49


More information about the checkins mailing list