[Zope-CMF] CMF Tests: 6 OK

2009-01-12 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list.
Period Sun Jan 11 12:00:00 2009 UTC to Mon Jan 12 12:00:00 2009 UTC.
There were 6 messages: 6 from CMF Tests.


Tests passed OK
---

Subject: OK : CMF-2.1 Zope-2.10 Python-2.4.5 : Linux
From: CMF Tests
Date: Sun Jan 11 21:15:58 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-January/010717.html

Subject: OK : CMF-2.1 Zope-2.11 Python-2.4.5 : Linux
From: CMF Tests
Date: Sun Jan 11 21:17:28 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-January/010718.html

Subject: OK : CMF-trunk Zope-2.10 Python-2.4.5 : Linux
From: CMF Tests
Date: Sun Jan 11 21:18:58 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-January/010719.html

Subject: OK : CMF-trunk Zope-2.11 Python-2.4.5 : Linux
From: CMF Tests
Date: Sun Jan 11 21:20:28 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-January/010720.html

Subject: OK : CMF-trunk Zope-trunk Python-2.4.5 : Linux
From: CMF Tests
Date: Sun Jan 11 21:21:58 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-January/010721.html

Subject: OK : CMF-trunk Zope-trunk Python-2.5.2 : Linux
From: CMF Tests
Date: Sun Jan 11 21:23:28 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-January/010722.html

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


[Zope-CMF] Running functional tests in a buildout environment

2009-01-12 Thread Charlie Clark
Hi,

I've been struggling (and pestering Jens) with running the test on my  
formlib-based contents view for folders. It seems that CMFDefault/ 
browser/tests.py is being ignored when called from within the sandbox

bin/test -vv -fs ~/CMF-Sandbox/cmf-trunk/src/Products.CMFDefault/ 
Products/CMFDefault/browser/ tests.py
Running tests at level 1
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.

whereas if I in an old-style instance I run
bin/zopectl test -vv -fs Products/CMFDefault/browser/ tests.py

I get

bin/zopectl test -vv -fs Products/CMFDefault/browser
/opt/Zope-2.11/lib/python/ZPublisher/Iterators.py:1:  
DeprecationWarning: The Interface package is deprecated and will be  
removed in Zope 2.12. Use zope.interface instead.
   from Interface import Interface
Running tests via: /Library/Frameworks/Python.framework/Versions/2.4/ 
Resources/Python.app/Contents/MacOS/Python /opt/Zope-2.11/bin/test.py - 
v --config-file /Users/charlieclark/Sites/zurich/etc/zope.conf -vv -fs  
Products/CMFDefault/browser
Parsing /Users/charlieclark/Sites/zurich/etc/zope.conf
/opt/Zope-2.11/lib/python/ZPublisher/Iterators.py:1:  
DeprecationWarning: The Interface package is deprecated and will be  
removed in Zope 2.12. Use zope.interface instead.
   from Interface import Interface
Running tests at level 1
Running Products.CMFDefault.testing.FunctionalLayer tests:
   Set up Testing.ZopeTestCase.layer.ZopeLite in 0.531 seconds.
   Set up Products.CMFCore.testing.FunctionalZCMLLayer in 3.233 seconds.
   Set up Products.CMFDefault.testing.FunctionalLayer in 1.853 seconds.
   Running:
  /Users/charlieclark/Sites/zurich/Products/CMFDefault/browser/ 
metadata.txt (1.528 s)
  /Users/charlieclark/Sites/zurich/Products/CMFDefault/browser/ 
document.txt (0.784 s)
  /Users/charlieclark/Sites/zurich/Products/CMFDefault/browser/ 
file.txt (0.610 s)
   Ran 16 tests with 0 failures and 0 errors in 2.923 seconds.
Tearing down left over layers:
   Tear down Products.CMFDefault.testing.FunctionalLayer in 0.068  
seconds.
   Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.003  
seconds.
   Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.

What am I doing wrong?

Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] Running functional tests in a buildout environment

2009-01-12 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Jan 12, 2009, at 20:28 , Charlie Clark wrote:

 Thanks for the explanation. Using --package-path doesn't seem to help
 me. But moving tests.py to the tests folder and renaming it to
 test_folder does what I want. Would it be okay to do this?

If you are saying that you had both a tests folder and a module  
test.py in the same place then the answer is probably don't do that.

jens



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAklrsa8ACgkQRAx5nvEhZLJvGQCgvBpaPL9tOeOSP7kAfIOFM1pM
KT4AoKRxAcZhbx5n5V9i/lJrI7CxxapS
=Mohe
-END PGP SIGNATURE-
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] Running functional tests in a buildout environment

2009-01-12 Thread Charlie Clark

Am 12.01.2009 um 22:10 schrieb Jens Vagelpohl:

 If you are saying that you had both a tests folder and a module
 test.py in the same place then the answer is probably don't do  
 that.


I didn't but that is the current state of play in CMFDefault/browser.  
I've moved my test into the tests folder.

Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests