RE: [ZODB-Dev] Running the test suite

2005-04-05 Thread Tim Peters
ZODB's test.py has a lot of options, explained in its long module docstring. They're never tested as such, and I bet most are never used, but all the ones I use every day work . ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/

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 ZOD

RE: [ZODB-Dev] Running the test suite

2005-04-05 Thread Tim Peters
[Florent Guillaume] > I'm trying to run the zodb test suite from a trunk checkout. To be clear, this is what "trunk checkout" means to me: $ svn info Path: . URL: svn+ssh://svnzope/repos/main/ZODB/trunk Repository UUID: 62d5b8a3-27da-0310-9561-8e5933582275 Revision: 29880 Node Kind: directory Sch

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 y

[ZODB-Dev] Running the test suite

2005-04-05 Thread Florent Guillaume
I'm trying to run the zodb test suite from a trunk checkout. I did "python setup.py build" (but no install) before. If I run the test with: python test.py -vv test_transaction.py it works buit it tests the one in build/lib.linux-i686-2.3/transaction/tests/test_transaction.py. What I'd like to d