Re: [Zope3-dev] using zope.testing without zope

2006-12-22 Thread Jim Fulton

Chris Withers wrote:

Jim Fulton wrote:

The easiest way is with the buildout zc.recipe.testrunner recipe.
There are lots of examples of this in the repository,
including ZODB, zc.buildout, zc.ngi, zc.recipe.rhrc, among many others.


Are there high level docs for building things out like this?


There are extensive docs on buildout:

  http://www.python.org/pypi/zc.buildout#detailed-documentation

and

  http://www.python.org/pypi/zc.recipe.testrunner#detailed-documentation

Also, many of the examples I pointed you at were quite simple.

Jim

--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] using zope.testing without zope

2006-12-22 Thread Chris Withers

Jim Fulton wrote:

The easiest way is with the buildout zc.recipe.testrunner recipe.
There are lots of examples of this in the repository,
including ZODB, zc.buildout, zc.ngi, zc.recipe.rhrc, among many others.


Are there high level docs for building things out like this?

I'm somewhat intimidated by the whole buildout/eggs/distutils thing :-S

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] using zope.testing without zope

2006-12-22 Thread Jim Fulton

Chris Withers wrote:

Hi All,

Does anyone have any experience of using zope.testing outside of Zope?


Yes.  Lots.

I use zope.testing.doctest for the Twiddler tests and I'd like to use 
zope.testing.testrunner for running the tests in a "plain python" 
environment.


In particular, I'd like to see if all the Twiddler tests pass under 
Python 2.5.


What version of zope.testing should I use and how should I actually kick 
off zope.testing.testrunner?


The easiest way is with the buildout zc.recipe.testrunner recipe.
There are lots of examples of this in the repository,
including ZODB, zc.buildout, zc.ngi, zc.recipe.rhrc, among many others.

Jim

--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] using zope.testing without zope

2006-12-22 Thread Chris Withers

Hi All,

Does anyone have any experience of using zope.testing outside of Zope?

I use zope.testing.doctest for the Twiddler tests and I'd like to use 
zope.testing.testrunner for running the tests in a "plain python" 
environment.


In particular, I'd like to see if all the Twiddler tests pass under 
Python 2.5.


What version of zope.testing should I use and how should I actually kick 
off zope.testing.testrunner?


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com