[Checkins] [zopefoundation/zope.app.wsgi] 262d9b: - tox now uses the Zope test runner to execute tes...

GitHub noreply at github.com
Sun Mar 3 09:54:38 UTC 2013


  Branch: refs/heads/py3
  Home:   https://github.com/zopefoundation/zope.app.wsgi
  Commit: 262d9b9a691eb11f8340b06baa2a7cfc5805f17a
      https://github.com/zopefoundation/zope.app.wsgi/commit/262d9b9a691eb11f8340b06baa2a7cfc5805f17a
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M .gitignore
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/zope/app/wsgi/README.txt
    M src/zope/app/wsgi/__init__.py
    M src/zope/app/wsgi/filereturns.txt
    M src/zope/app/wsgi/ftesting.zcml
    M src/zope/app/wsgi/testing.py
    M src/zope/app/wsgi/testlayer.py
    M src/zope/app/wsgi/testlayer.txt
    M src/zope/app/wsgi/tests.py
    M tox.ini
    R zope.testbrowser-4.0.3dev.tar.gz

  Log Message:
  -----------
  - tox now uses the Zope test runner to execute tests, since setup tests cannot
  deal with layers, especially when they need to spawn sub-proceeses.

- Switched all functional tests to use `WebTest` instead of
  ``zope.testbrowser``. Setup proper layering.

- Do not rely on ``zope.testbrowser.wsgi`` WSGI layer support. It was not
  needed anyways.

- Minimized the ``ftesting.zcml`` setup.


  Commit: ff5126e15c05946d5e75ad2931b49dcb28b1dc24
      https://github.com/zopefoundation/zope.app.wsgi/commit/ff5126e15c05946d5e75ad2931b49dcb28b1dc24
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M src/zope/app/wsgi/ftesting.zcml
    M src/zope/app/wsgi/paste.txt
    M src/zope/app/wsgi/testlayer.py
    M src/zope/app/wsgi/tests.py
    M tox.ini

  Log Message:
  -----------
  - You can now specify additional WSGI middleware components wihtout
  subclassing the ``BrowserLayer`` class.

All tests pass now.


  Commit: 5df4873db3d31073bc12e1697606575df1db0eb2
      https://github.com/zopefoundation/zope.app.wsgi/commit/5df4873db3d31073bc12e1697606575df1db0eb2
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 4.0.0a3


  Commit: ab16671ef56b905e35882c134a11eb6fc243840e
      https://github.com/zopefoundation/zope.app.wsgi/commit/ab16671ef56b905e35882c134a11eb6fc243840e
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 4.0.0a4


Compare: https://github.com/zopefoundation/zope.app.wsgi/compare/edf871e2528b...ab16671ef56b


More information about the checkins mailing list