Re: [ZODB-Dev] Running the test suite

2005-04-05 Thread Sidnei da Silva
On Tue, Apr 05, 2005 at 03:15:33PM +0200, Florent Guillaume wrote:
| As it is I do a setup.py build every time before I run the tests but I'd 
| like to do everything in place.

Like python setup.py build_ext -i ?

-- 
Sidnei da Silva [EMAIL PROTECTED]
http://awkly.org - dreamcatching :: making your dreams come true
http://www.enfoldsystems.com
http://plone.org/about/team#dreamcatcher

MFen want to write my requirements for me?
radix Sure!
radix show a dancing monkey in the about box
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Running the test suite

2005-04-05 Thread Florent Guillaume
Tim Peters wrote:
I'm trying to run the zodb test suite from a trunk checkout.

To be clear, this is what trunk checkout means to me:
URL: svn+ssh://svnzope/repos/main/ZODB/trunk
Note that the trunk is for ZODB 3.5 development.  Is that what you want?  If
you're writing code for ZODB 3.4, use ZODB/branches/3.4 instead.
Ah yes, thanks. I'll checkin on a branch spawned off 3.4 first of course.
As it is I do a setup.py build every time before I run the tests
That's easiest to do by passing -b to test.py too, like
 python test.py -vvb test_transaction.py
   ^
-b causes test.py to run setup.py build before it searches for tests.
Ok I didn't know that.
but I'd like to do everything in place.
Then do an in-place build instead, setup.py build_ext -i.  That probably
won't work if you're using a checkout in the ZODB 3.2 line, but should work
in the ZODB 3.3, 3.4, and trunk lines.  Passing -B to test.py causes
test.py to run setup.py build_ext -i first.
Indeed. Thanks to you and Sidnei.
Florent
--
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of RD
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/
ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev