[Checkins] [zopefoundation/z3c.testsetup] 4396c0: Declare testrunner.txt as functional test.

GitHub noreply at github.com
Tue May 19 18:38:13 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.testsetup
  Commit: 4396c09af4137387705ee3bc8d3424ec02af9ff0
      https://github.com/zopefoundation/z3c.testsetup/commit/4396c09af4137387705ee3bc8d3424ec02af9ff0
  Author: ulif <uli at gnufix.de>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M src/z3c/testsetup/tests/test_testsetup.py

  Log Message:
  -----------
  Declare testrunner.txt as functional test.

The testrunner.txt doctests now are only run if zope.app.testing is
available and working. All important tests were reimplemented as
regular unittest testcases in tests/test_samples.py.

We also checked, that tests failing without zope.app.testing are
failing because of that package missing and not because of Syntax
problems, etc.

In the long run also testrunner.txt should go into some Sphinx docs
and be integrated with other .txt files, I think.


  Commit: 331d1689892a403ddcd4d18efdb914d000269e11
      https://github.com/zopefoundation/z3c.testsetup/commit/331d1689892a403ddcd4d18efdb914d000269e11
  Author: ulif <uli at gnufix.de>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M src/z3c/testsetup/README.txt
    M src/z3c/testsetup/tests/othercave/testing.py

  Log Message:
  -----------
  Fix python3 incompatibilities.


  Commit: c810f5e6155f1b3b5b18d3ee9fe04cd1550bf520
      https://github.com/zopefoundation/z3c.testsetup/commit/c810f5e6155f1b3b5b18d3ee9fe04cd1550bf520
  Author: ulif <uli at gnufix.de>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M src/z3c/testsetup/tests/test_samples.py

  Log Message:
  -----------
  Also run simplesetup01 in regular unittests.

As it turns out, "simplesetup01" is not simple. It is the only real
test we have to port from README.txt. In next step we can disable
README.txt if no working zope.app.testing is installed.


  Commit: d7d3ae9599c003ab888c35ad05b5a0b9c9e71da1
      https://github.com/zopefoundation/z3c.testsetup/commit/d7d3ae9599c003ab888c35ad05b5a0b9c9e71da1
  Author: ulif <uli at gnufix.de>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M src/z3c/testsetup/tests/test_testsetup.py

  Log Message:
  -----------
  Move README.txt to functional-only testlist.

This is the last doctest file handled. Real tests were ported to
regular unittest test cases. Python3 incompatibilities should have
been fixed (in README.txt and all test setups it executes).

Looks like py3.3 tests work, although some doctests are disabled when
no working zope.app.testing is available at runtime.


  Commit: 8361ef6db2675020957f43b9a08d00387176cf48
      https://github.com/zopefoundation/z3c.testsetup/commit/8361ef6db2675020957f43b9a08d00387176cf48
  Author: ulif <uli at gnufix.de>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M src/z3c/testsetup/tests/test_samples.py

  Log Message:
  -----------
  pep8.


  Commit: 1bcdf501b6fd6e2b69f7d3f8fbcd4e2a27eb45ce
      https://github.com/zopefoundation/z3c.testsetup/commit/1bcdf501b6fd6e2b69f7d3f8fbcd4e2a27eb45ce
  Author: ulif <uli at gnufix.de>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Update history.


Compare: https://github.com/zopefoundation/z3c.testsetup/compare/8e83c3f2738a...1bcdf501b6fd


More information about the checkins mailing list