On Tue, Sep 26, 2006 at 11:02:28AM -0400, Nathan Edwards wrote:
> I'm just trying to get a development version of SQLObject checked out 
> and passing all tests, so I can work on getting some patches up to snuff 
> and into the formal release cycle.

   You are welcome!

> Whether I check out 0.7.1, 0.7-bugfix, or trunk I get failed tests.

   Strange...

> vi conftest.py # change connection URI's for sqlite and mysql

   You don't need to edit it - just pass an URI to -D:

py.test test_basic.py -D sqlite:///home/sqlobject/test.db?debug=1

> I expected at least 0.7.1 to complete all sqlite tests without failures.

   All tests passed here on SQLite and Postgres, with Python 2.3, 2.4 and
2.5.

   Please investigate the reasons, look at logs...

   BTW, I have developed a suite of shell scripts to run a test, a number
of tests or a the entire test suite at once - if you are interested I can
send it to you.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to