[Checkins] [zopefoundation/z3c.testing] 81c9a7: Added initial package structure

GitHub noreply at github.com
Wed Feb 27 22:29:34 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.testing
  Commit: 81c9a7a9f369ee152aa2e6d9a42a796f248527d3
      https://github.com/zopefoundation/z3c.testing/commit/81c9a7a9f369ee152aa2e6d9a42a796f248527d3
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-08-21 (Mon, 21 Aug 2006)

  Changed paths:
    A src/z3c/__init__.py

  Log Message:
  -----------
  Added initial package structure


  Commit: 9f11b01bdf9f56f2c180b5dac0b1be8357e8f973
      https://github.com/zopefoundation/z3c.testing/commit/9f11b01bdf9f56f2c180b5dac0b1be8357e8f973
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-08-21 (Mon, 21 Aug 2006)

  Changed paths:
    A src/z3c/testing/__init__.py
    A src/z3c/testing/app.py
    A src/z3c/testing/directive.py
    A src/z3c/testing/tests.py

  Log Message:
  -----------
  Added testing package


  Commit: c6af4cf0682eb5c36b6efd0b7ecaafa9150424e1
      https://github.com/zopefoundation/z3c.testing/commit/c6af4cf0682eb5c36b6efd0b7ecaafa9150424e1
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-10-29 (Sun, 29 Oct 2006)

  Changed paths:
    M src/z3c/testing/__init__.py
    M src/z3c/testing/app.py

  Log Message:
  -----------
  Added new IContainer base test which includes the InterfaceBaseTest


  Commit: 0628a865fea7921ea360b633eb0adc1f141daedb
      https://github.com/zopefoundation/z3c.testing/commit/0628a865fea7921ea360b633eb0adc1f141daedb
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2006-11-14 (Tue, 14 Nov 2006)

  Changed paths:
    M src/z3c/testing/__init__.py
    A src/z3c/testing/generation.py

  Log Message:
  -----------
  Added helper methods and classes for generation tests.
This should make it easy to write generation tests


  Commit: dab9720c12d6197ba666f1ce4cf3b23cec5c7191
      https://github.com/zopefoundation/z3c.testing/commit/dab9720c12d6197ba666f1ce4cf3b23cec5c7191
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-01-22 (Mon, 22 Jan 2007)

  Changed paths:
    M src/z3c/testing/app.py
    A src/z3c/testing/verify.py

  Log Message:
  -----------
  Bugfix, added custom verify module which does 
not raise exceptions on decorated methods


  Commit: 6687e500a989ebd36d53eaf90077777131109fa1
      https://github.com/zopefoundation/z3c.testing/commit/6687e500a989ebd36d53eaf90077777131109fa1
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-01-29 (Mon, 29 Jan 2007)

  Changed paths:
    M src/z3c/testing/verify.py

  Log Message:
  -----------
  Argh, remove break point


  Commit: 24bbbe739c858490a6853a47788f6bdc53f1cdd9
      https://github.com/zopefoundation/z3c.testing/commit/24bbbe739c858490a6853a47788f6bdc53f1cdd9
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-03-01 (Thu, 01 Mar 2007)

  Changed paths:
    A src/z3c/testing/BROWSER.txt
    A src/z3c/testing/ftests.py
    A src/z3c/testing/layer.py
    A src/z3c/testing/test.zcml

  Log Message:
  -----------
  added buffered db test layer


  Commit: 6d78f6852ef0c39dd35d1ef9284fff62d0c680c4
      https://github.com/zopefoundation/z3c.testing/commit/6d78f6852ef0c39dd35d1ef9284fff62d0c680c4
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-03-01 (Thu, 01 Mar 2007)

  Changed paths:
    M src/z3c/testing/ftests.py
    M src/z3c/testing/layer.py

  Log Message:
  -----------
  added clean kw, fix path of zcml


  Commit: 4dccfd0fc0bccfcda0ead1fc45e0c03c1c9e81e7
      https://github.com/zopefoundation/z3c.testing/commit/4dccfd0fc0bccfcda0ead1fc45e0c03c1c9e81e7
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-03-07 (Wed, 07 Mar 2007)

  Changed paths:
    M src/z3c/testing/layer.py

  Log Message:
  -----------
  teardown with right config file


  Commit: 8e3ab23fde3aead72469c1f32cc484a1121668da
      https://github.com/zopefoundation/z3c.testing/commit/8e3ab23fde3aead72469c1f32cc484a1121668da
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-03-08 (Thu, 08 Mar 2007)

  Changed paths:
    M src/z3c/testing/layer.py

  Log Message:
  -----------
  tear down completly, needed if more layers are defined with different zcml files


  Commit: 01d2ae9a765f93f2730e87df5dd02b4ef44b45fc
      https://github.com/zopefoundation/z3c.testing/commit/01d2ae9a765f93f2730e87df5dd02b4ef44b45fc
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-03-29 (Thu, 29 Mar 2007)

  Changed paths:
    A bootstrap.py
    A buildout.cfg
    A setup.cfg
    A setup.py
    M src/z3c/testing/app.py
    M src/z3c/testing/layer.py
    M src/z3c/testing/test.zcml
    M src/z3c/testing/verify.py

  Log Message:
  -----------
  buildoutification, eggification


  Commit: ee45abc7012144dab49d2b681f389bf6c682fd95
      https://github.com/zopefoundation/z3c.testing/commit/ee45abc7012144dab49d2b681f389bf6c682fd95
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-04-15 (Sun, 15 Apr 2007)

  Changed paths:
    M src/z3c/testing/test.zcml

  Log Message:
  -----------
  Added missing namespace declaration


  Commit: ad63d3d6b0629f9a8b9c0911cbd2b2a235a14ebb
      https://github.com/zopefoundation/z3c.testing/commit/ad63d3d6b0629f9a8b9c0911cbd2b2a235a14ebb
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-05-29 (Tue, 29 May 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  use zodb 3.7, there is something broken with 3.8


  Commit: 9f2aaf5a24e6d03dd9ec76f2322a753b8ea301de
      https://github.com/zopefoundation/z3c.testing/commit/9f2aaf5a24e6d03dd9ec76f2322a753b8ea301de
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-05-29 (Tue, 29 May 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  revert last change, we have to keep the dep on the newest zodb code because all other packages do depend on 3.8 because of the transaction api changes


  Commit: 0b5c2f0d0fd21ba54fe67224e5848db1e3500d1f
      https://github.com/zopefoundation/z3c.testing/commit/0b5c2f0d0fd21ba54fe67224e5848db1e3500d1f
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-05-29 (Tue, 29 May 2007)

  Changed paths:
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  re-enable functional tests, with zodb 3.8 we now have a test that fails


  Commit: 686d949915c67d2ea0aa68260849ff8abb97ce36
      https://github.com/zopefoundation/z3c.testing/commit/686d949915c67d2ea0aa68260849ff8abb97ce36
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-05-29 (Tue, 29 May 2007)

  Changed paths:
    M buildout.cfg
    M setup.py
    M src/z3c/testing/BROWSER.txt
    M src/z3c/testing/ftests.py
    M src/z3c/testing/layer.py
    M src/z3c/testing/test.zcml

  Log Message:
  -----------
  hopefully fixed the ioerror issue


  Commit: 64d7dd76a8802dc31256925f2fa86fa559888edf
      https://github.com/zopefoundation/z3c.testing/commit/64d7dd76a8802dc31256925f2fa86fa559888edf
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-05-29 (Tue, 29 May 2007)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  remove local deps


  Commit: c4c999d9776ae488aeb584f3eeb291e11fca37b8
      https://github.com/zopefoundation/z3c.testing/commit/c4c999d9776ae488aeb584f3eeb291e11fca37b8
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-05-30 (Wed, 30 May 2007)

  Changed paths:
    M src/z3c/testing/ftests.py
    M src/z3c/testing/layer.py

  Log Message:
  -----------
  now really fix the file closed bug, by replacing the close method of storage instance used


  Commit: 68bc8e8a5859df46bff034cde0c5d85abfe1ba6d
      https://github.com/zopefoundation/z3c.testing/commit/68bc8e8a5859df46bff034cde0c5d85abfe1ba6d
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-06-21 (Thu, 21 Jun 2007)

  Changed paths:
    A CHANGES.txt
    R setup.cfg
    M setup.py
    M src/z3c/__init__.py
    M src/z3c/testing/layer.py

  Log Message:
  -----------
  version bump, added changes.txt, fixed a bug in appsetup of layer, see changes.txt


  Commit: ceb27b212e66db18b363db2cf9eb2b74604c9a6a
      https://github.com/zopefoundation/z3c.testing/commit/ceb27b212e66db18b363db2cf9eb2b74604c9a6a
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-06-21 (Thu, 21 Jun 2007)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  version bump


  Commit: 1217c6e226b342fdbc53073198fdb15fbb4103de
      https://github.com/zopefoundation/z3c.testing/commit/1217c6e226b342fdbc53073198fdb15fbb4103de
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-10-31 (Wed, 31 Oct 2007)

  Changed paths:
    M CHANGES.txt
    A README.txt
    M buildout.cfg
    M setup.py
    R src/z3c/testing/ftests.py
    M src/z3c/testing/test.zcml
    M src/z3c/testing/tests.py

  Log Message:
  -----------
  Get ready for release.


  Commit: 2daacee0e9d4fae6e6f4081ec5388335675e9776
      https://github.com/zopefoundation/z3c.testing/commit/2daacee0e9d4fae6e6f4081ec5388335675e9776
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2007-10-31 (Wed, 31 Oct 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  vb


  Commit: 11c13cbd5037db0d9c6646def6a5fcfeb9aa756e
      https://github.com/zopefoundation/z3c.testing/commit/11c13cbd5037db0d9c6646def6a5fcfeb9aa756e
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2007-12-11 (Tue, 11 Dec 2007)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  update bootstrap.py


  Commit: e05db07c59e25e1344edda0fde028c0fee50e000
      https://github.com/zopefoundation/z3c.testing/commit/e05db07c59e25e1344edda0fde028c0fee50e000
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2009-02-01 (Sun, 01 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/testing/app.py
    M src/z3c/testing/generation.py
    M src/z3c/testing/layer.py

  Log Message:
  -----------
  adapt to newer packages


  Commit: 2c0a7f8259eaca9130d08c2fff338c3d97f36b1f
      https://github.com/zopefoundation/z3c.testing/commit/2c0a7f8259eaca9130d08c2fff338c3d97f36b1f
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2009-02-01 (Sun, 01 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M README.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: a2f9f55d682cf820f4b549236697409c703eebfa
      https://github.com/zopefoundation/z3c.testing/commit/a2f9f55d682cf820f4b549236697409c703eebfa
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-26 (Sat, 26 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/testing/BROWSER.txt
    M src/z3c/testing/directive.py
    M src/z3c/testing/test.zcml
    M src/z3c/testing/tests.py

  Log Message:
  -----------
  - Removed install dependency on ``zope.app.security``.

- Removed test dependency on ``zope.app.securitypolicy``.

- Removed test dependency on ``zope.app.zcmlfiles``.


  Commit: b1eead3c30b7ffb8458522069eb614fd39513826
      https://github.com/zopefoundation/z3c.testing/commit/b1eead3c30b7ffb8458522069eb614fd39513826
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-26 (Sat, 26 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.3.1


  Commit: 10000fd1fc05a911f016148893768b680eada9e0
      https://github.com/zopefoundation/z3c.testing/commit/10000fd1fc05a911f016148893768b680eada9e0
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-26 (Sat, 26 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.3.2


  Commit: eb8dda5298ada6ee8ecef197483278e293bd839c
      https://github.com/zopefoundation/z3c.testing/commit/eb8dda5298ada6ee8ecef197483278e293bd839c
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-02-17 (Wed, 17 Feb 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/testing/app.py

  Log Message:
  -----------
  Do some ``InterfaceBaseTest`` attributes to be able to write less code


  Commit: c1e4b907ca4d1403928c8a553f5d18e3850605de
      https://github.com/zopefoundation/z3c.testing/commit/c1e4b907ca4d1403928c8a553f5d18e3850605de
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-07-11 (Sun, 11 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/testing/generation.py

  Log Message:
  -----------
  Avoid depreacted `zope.testing.doctest` by using python's `doctest`.


  Commit: da3cba860756d89cd95c288e6962a6dcac60b03e
      https://github.com/zopefoundation/z3c.testing/commit/da3cba860756d89cd95c288e6962a6dcac60b03e
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-05 (Thu, 05 Aug 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  keep Python 2.4 support


  Commit: 6f9e0174871806492d6b9e5b413aa963b8ec3aaf
      https://github.com/zopefoundation/z3c.testing/commit/6f9e0174871806492d6b9e5b413aa963b8ec3aaf
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-08-22 (Sun, 22 Aug 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  fixed rest


  Commit: 572ea60315b7cbde637860f8d28c3fa753b4e9f1
      https://github.com/zopefoundation/z3c.testing/commit/572ea60315b7cbde637860f8d28c3fa753b4e9f1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-08-22 (Sun, 22 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.3.2


  Commit: 03f15868926f326380c56a8060eab2c4b8a5dbd6
      https://github.com/zopefoundation/z3c.testing/commit/03f15868926f326380c56a8060eab2c4b8a5dbd6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-08-22 (Sun, 22 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.3.3


Compare: https://github.com/zopefoundation/z3c.testing/compare/81c9a7a9f369^...03f15868926f


More information about the checkins mailing list