[Checkins] [zopefoundation/zope.testbrowser] 49928e: add work-in-progress version of zope.testbrowser t...

GitHub noreply at github.com
Mon Feb 25 14:31:34 UTC 2013


  Branch: refs/heads/monolithic-zope3-benji-testbrowser-with-real-browsers
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 49928e85ffe7bad019fe43b0dd7d688ceccddef3
      https://github.com/zopefoundation/zope.testbrowser/commit/49928e85ffe7bad019fe43b0dd7d688ceccddef3
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-05-31 (Wed, 31 May 2006)

  Changed paths:
    A browser.py
    A interfaces.py
    A remote.py
    A remoteproxy.py
    A tests.py
    A utilities.py

  Log Message:
  -----------
  add work-in-progress version of zope.testbrowser that can use an external
browser as the backend
 - no tests (yet)
 - you have to start the browser yourself and point it at
   http://localhost:8000/__resources__/start.html
 - no support for forms (or controls) yet
 - need to track down an intermittent bug (race condition)


  Commit: 7cd2ebcad35d118cb712a174ebc96eccbca076ba
      https://github.com/zopefoundation/zope.testbrowser/commit/7cd2ebcad35d118cb712a174ebc96eccbca076ba
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-06-03 (Sat, 03 Jun 2006)

  Changed paths:
    M remote.py

  Log Message:
  -----------
  - fix module name
- fix hard-coded IP address


  Commit: 9e9f2f17b445242e039b9dd04047f7ded510a2c9
      https://github.com/zopefoundation/zope.testbrowser/commit/9e9f2f17b445242e039b9dd04047f7ded510a2c9
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-06-03 (Sat, 03 Jun 2006)

  Changed paths:
    A real.py
    A realproxy.py
    R remote.py
    R remoteproxy.py

  Log Message:
  -----------
  use the name "real" instead of "remote"


  Commit: 9512ab3b1d7af2a1d1cb4ecf5e5f407db6a8aa6f
      https://github.com/zopefoundation/zope.testbrowser/commit/9512ab3b1d7af2a1d1cb4ecf5e5f407db6a8aa6f
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-06-03 (Sat, 03 Jun 2006)

  Changed paths:
    A __resources__/MochiKit/Async.js
    A __resources__/MochiKit/Base.js
    A __resources__/MochiKit/Color.js
    A __resources__/MochiKit/DOM.js
    A __resources__/MochiKit/DateTime.js
    A __resources__/MochiKit/Format.js
    A __resources__/MochiKit/Iter.js
    A __resources__/MochiKit/Logging.js
    A __resources__/MochiKit/LoggingPane.js
    A __resources__/MochiKit/MochiKit.js
    A __resources__/MochiKit/MockDOM.js
    A __resources__/MochiKit/Signal.js
    A __resources__/MochiKit/Test.js
    A __resources__/MochiKit/Visual.js
    A __resources__/MochiKit/__package__.js
    A __resources__/commands.js
    A __resources__/shim.js
    A __resources__/start.html
    A ftests/testdoc.py
    A real.txt
    M realproxy.py

  Log Message:
  -----------
  - add the beginings of a doctest for zope.testbrowser.real
- add the (forgotten until now) resources (mostly JavaScript)
- mention MochiKit in LICENSES.txt
- wait for the proxy servers threads to finish when stopping


  Commit: b44f1b49f4342308e9ec6506754a61f0569e22f4
      https://github.com/zopefoundation/zope.testbrowser/commit/b44f1b49f4342308e9ec6506754a61f0569e22f4
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-06-03 (Sat, 03 Jun 2006)

  Changed paths:
    M real.txt

  Log Message:
  -----------
  tweak test a little


  Commit: 8b653f2850fd180667d9a0b60503a341920090f2
      https://github.com/zopefoundation/zope.testbrowser/commit/8b653f2850fd180667d9a0b60503a341920090f2
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-06-03 (Sat, 03 Jun 2006)

  Changed paths:
    M realproxy.py

  Log Message:
  -----------
  tweak whitespace


  Commit: 68b86c63a9f2f51c975846c3c5d4febd14f0e966
      https://github.com/zopefoundation/zope.testbrowser/commit/68b86c63a9f2f51c975846c3c5d4febd14f0e966
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-06-04 (Sun, 04 Jun 2006)

  Changed paths:
    A ftests/reallayer.py
    M ftests/testdoc.py
    M real.txt
    M realproxy.py

  Log Message:
  -----------
  add a test layer that sets up a server on a known port


  Commit: aaa519292fb1f13364ab7bfe3d2b99e522099542
      https://github.com/zopefoundation/zope.testbrowser/commit/aaa519292fb1f13364ab7bfe3d2b99e522099542
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-23 (Sun, 23 Jul 2006)

  Changed paths:
    A ftests/real.zcml
    M ftests/reallayer.py
    M real.txt
    M utilities.py

  Log Message:
  -----------
  checkpoint some code before I rework it


  Commit: 2d833065ed7d6d9bfc2c8541c202fb73977196a9
      https://github.com/zopefoundation/zope.testbrowser/commit/2d833065ed7d6d9bfc2c8541c202fb73977196a9
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-23 (Sun, 23 Jul 2006)

  Changed paths:
    R ftests/real.zcml
    M ftests/reallayer.py

  Log Message:
  -----------
  remove unneeded code


  Commit: 66ca63b4a56f2b3941a7c580de0c166d7b53bf0c
      https://github.com/zopefoundation/zope.testbrowser/commit/66ca63b4a56f2b3941a7c580de0c166d7b53bf0c
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-24 (Mon, 24 Jul 2006)

  Changed paths:
    M ftests/reallayer.py
    M real.txt

  Log Message:
  -----------
  document another race condition and a bug


Compare: https://github.com/zopefoundation/zope.testbrowser/compare/49928e85ffe7^...66ca63b4a56f


More information about the checkins mailing list