[Checkins] [zopefoundation/grok] 1de936: Try to use new test layers in order to reduce test...

GitHub noreply at github.com
Fri Mar 1 15:37:51 UTC 2013


  Branch: refs/heads/sylvain-testlayers
  Home:   https://github.com/zopefoundation/grok
  Commit: 1de9361d7ec40a4b6c58b754548c2b5919ade09f
      https://github.com/zopefoundation/grok/commit/1de9361d7ec40a4b6c58b754548c2b5919ade09f
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2010-04-14 (Wed, 14 Apr 2010)

  Log Message:
  -----------
  Try to use new test layers in order to reduce test dependencies.


  Commit: 503b44447bfc248ad9fb1d03267e51e620f9f7cd
      https://github.com/zopefoundation/grok/commit/503b44447bfc248ad9fb1d03267e51e620f9f7cd
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2010-04-14 (Wed, 14 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/ftests/catalog/addform.py
    M src/grok/ftests/form/form.py
    M src/grok/ftests/security/grok_view.py
    M src/grok/ftests/security/handle_exception.py
    M src/grok/ftests/security/json.py
    M src/grok/ftests/security/preserve_permissions.py
    M src/grok/ftests/security/roles.py
    M src/grok/ftests/security/security_view.py
    M src/grok/ftests/test_grok_functional.py
    M src/grok/ftests/traversal/containertraverse.py
    M src/grok/ftests/traversal/containertraverser.py
    M src/grok/ftests/traversal/items_before_views.py
    M src/grok/ftests/traversal/modeltraverse.py
    M src/grok/ftests/traversal/traversableattr.py
    M src/grok/ftests/traversal/traverser.py
    M src/grok/ftests/traversal/traverser_sets_parent.py
    M src/grok/ftests/url/application.py
    M src/grok/ftests/viewlet/viewlet_security.py

  Log Message:
  -----------
  Remove zope.app.testing dependency and use zope.app.wsgi testing capabitlities instead.


  Commit: 0212af33c5a0bc0064ef764260d0c1bd4ebd0bbb
      https://github.com/zopefoundation/grok/commit/0212af33c5a0bc0064ef764260d0c1bd4ebd0bbb
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-22 (Thu, 22 Apr 2010)

  Changed paths:
    M src/grok/ftests/rest/localgrants.py
    M src/grok/ftests/rest/rest.py
    M src/grok/ftests/security/preserve_permissions.py
    M src/grok/ftests/test_grok_functional.py

  Log Message:
  -----------
  Fix a range of simple issues due to the change to testlayer.


  Commit: e143d145adcb71ea155caddba39e7f620c6a0685
      https://github.com/zopefoundation/grok/commit/e143d145adcb71ea155caddba39e7f620c6a0685
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-23 (Fri, 23 Apr 2010)

  Changed paths:
    M src/grok/ftests/json/json.py

  Log Message:
  -----------
  Fix expected output.


  Commit: 8dc93e3a9e42f4b166172e968d071129db90904e
      https://github.com/zopefoundation/grok/commit/8dc93e3a9e42f4b166172e968d071129db90904e
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-23 (Fri, 23 Apr 2010)

  Changed paths:
    M src/grok/ftests/catalog/catalog.py
    M src/grok/ftests/catalog/setuporder.py

  Log Message:
  -----------
  Introducing better isolation between tests prevents test crashes.


  Commit: e9f59114038a7035904cdbf536d9708992a2ae88
      https://github.com/zopefoundation/grok/commit/e9f59114038a7035904cdbf536d9708992a2ae88
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-24 (Sat, 24 Apr 2010)

  Changed paths:
    M src/grok/tests/test_grok.py

  Log Message:
  -----------
  Disable z3c.testsetup tests for now, they break for a mysterious reason..


  Commit: dba4a9f6c8be71c421002dd5302ec5b38532ccab
      https://github.com/zopefoundation/grok/commit/dba4a9f6c8be71c421002dd5302ec5b38532ccab
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-24 (Sat, 24 Apr 2010)

  Changed paths:
    M src/grok/ftests/rest/rest.py
    M src/grok/ftests/xmlrpc/require.py
    M src/grok/ftests/xmlrpc/xmlrpc.py

  Log Message:
  -----------
  Fix the remaining tests. The tests now work all against zope.app.wsgi.


  Commit: 81f6695d7a417825bc968939e2f21a1b2f9ecba5
      https://github.com/zopefoundation/grok/commit/81f6695d7a417825bc968939e2f21a1b2f9ecba5
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-26 (Mon, 26 Apr 2010)

  Changed paths:
    M src/grok/tests/test_grok.py
    R src/grok/tests/testsetup/__init__.py
    R src/grok/tests/testsetup/cave/.hiddendir/hiddenfile.txt
    R src/grok/tests/testsetup/cave/__init__.py
    R src/grok/tests/testsetup/cave/file1.py
    R src/grok/tests/testsetup/cave/file1.rst
    R src/grok/tests/testsetup/cave/file1.txt
    R src/grok/tests/testsetup/cave/file2.TXT
    R src/grok/tests/testsetup/cave/ftesting.zcml
    R src/grok/tests/testsetup/cave/notatest1.foo
    R src/grok/tests/testsetup/cave/sample.zcml
    R src/grok/tests/testsetup/cave/samplesetup1.py
    R src/grok/tests/testsetup/cave/samplesetup2.py
    R src/grok/tests/testsetup/cave/samplesetup3.py
    R src/grok/tests/testsetup/cave/samplesetup4.py
    R src/grok/tests/testsetup/cave/subdir/subdirfile.txt
    R src/grok/tests/testsetup/cave_to_let/__init__.py
    R src/grok/tests/testsetup/cave_to_let/file1.txt
    R src/grok/tests/testsetup/testsetup.py

  Log Message:
  -----------
  Get rid of testsetup tests.


  Commit: 88f6f2566d2da951d059e3569403562e4be76516
      https://github.com/zopefoundation/grok/commit/88f6f2566d2da951d059e3569403562e4be76516
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-26 (Mon, 26 Apr 2010)

  Changed paths:
    M src/grok/components.py

  Log Message:
  -----------
  Better import.


  Commit: ce93816b3a27779a5a06d10b549dea45051bfbed
      https://github.com/zopefoundation/grok/commit/ce93816b3a27779a5a06d10b549dea45051bfbed
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-26 (Mon, 26 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/configure.zcml

  Log Message:
  -----------
  Grok now runs most tests without zope.app.zcmlfiles. Some tests 
fail as they assume the ZMI, but most of the tests work. Probably
some more dependencies can be eliminated.


  Commit: b1db23a67a7d48c6984a5e3610d313b4a85ad698
      https://github.com/zopefoundation/grok/commit/b1db23a67a7d48c6984a5e3610d313b4a85ad698
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  zope.app.security can be safely removed.


  Commit: 3bb3781516407b70b8f206632bfdf4d357372457
      https://github.com/zopefoundation/grok/commit/3bb3781516407b70b8f206632bfdf4d357372457
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M src/grok/ftests/security/preserve_permissions.py

  Log Message:
  -----------
  Fix security test where we verify non-Grok views aren't opened.


  Commit: 3acb0efb451d4be119a1e07e82d0092ad7444cb1
      https://github.com/zopefoundation/grok/commit/3acb0efb451d4be119a1e07e82d0092ad7444cb1
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/configure.zcml

  Log Message:
  -----------
  Remove various unused dependencies.


  Commit: 40844b33c21f653aba4d83862807e34ca10ace62
      https://github.com/zopefoundation/grok/commit/40844b33c21f653aba4d83862807e34ca10ace62
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/configure.zcml

  Log Message:
  -----------
  Clean up zope.app.publisher from ZCML. Cannot quite let it go
yet from dependencies, however, due to XMLRPC support.


  Commit: 4581c40bb4a8a7e8eac43d0a4bc59e8aefba74a7
      https://github.com/zopefoundation/grok/commit/4581c40bb4a8a7e8eac43d0a4bc59e8aefba74a7
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Sort dependencies.


  Commit: bd13a9b630b9f399531628226d18c886d887505e
      https://github.com/zopefoundation/grok/commit/bd13a9b630b9f399531628226d18c886d887505e
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/meta.py

  Log Message:
  -----------
  zope.app.publisher is now gone as a dependency.


  Commit: 8044de1f905e7fc073269f2ee327583e7a6e2e7a
      https://github.com/zopefoundation/grok/commit/8044de1f905e7fc073269f2ee327583e7a6e2e7a
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/configure.zcml

  Log Message:
  -----------
  No more zope.componentvocabulary.


  Commit: d069213e7a15177b23c9fc8bbfd39a36e9b2c583
      https://github.com/zopefoundation/grok/commit/d069213e7a15177b23c9fc8bbfd39a36e9b2c583
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/configure.zcml

  Log Message:
  -----------
  Get rid of zope.app.pagetemplate dependency. Also rely more on transitive
dependencies on things in grokcore.*.


  Commit: 9557e4ae955c3d28716a203ca57b458534ec8d3f
      https://github.com/zopefoundation/grok/commit/9557e4ae955c3d28716a203ca57b458534ec8d3f
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/configure.zcml

  Log Message:
  -----------
  zope.size doesn't need to be a direct dependency.


  Commit: 378027de13023929c0333a38717e0ba37be4291f
      https://github.com/zopefoundation/grok/commit/378027de13023929c0333a38717e0ba37be4291f
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2010-04-27 (Tue, 27 Apr 2010)

  Changed paths:
    M setup.py
    M src/grok/configure.zcml

  Log Message:
  -----------
  No direct dependency on zope.formlib is required.


  Commit: ef710b4e9dc86f932de38723fb5d9529e92433f4
      https://github.com/zopefoundation/grok/commit/ef710b4e9dc86f932de38723fb5d9529e92433f4
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2010-04-29 (Thu, 29 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M doc/upgrade.txt
    M setup.py
    M src/grok/testing.py

  Log Message:
  -----------
  Remove z3c.testsetup test collector and z3c.testsetup dependency.


Compare: https://github.com/zopefoundation/grok/compare/1de9361d7ec4^...ef710b4e9dc8


More information about the checkins mailing list