On May 14, 2006, at 1:42 AM, Daniel Miller wrote:

I'm not sure how many (if any) tests this may have broken. I've always had problems trying to run the tests...is there anything special I need to do? Give it a whirl and let me know what you think.

not every unit test has been converted to run in the 0.2 branch. however, the big ones like "mapper", "objectstore", "inheritance", and most others more or less run. since there are now decorators in use to indicate tests that are supported/unsupported for various databases, at least python 2.4 is required (2.4 is replacing 2.3 pretty quickly, but right, some unittests dont work on 2.3 unless those decorators are converted to be 2.3-style wrappers). the interface to the test framework is also improved in 0.2 to use optparse. there is a help screen available if you say:

        python test/objectstore.py --help

running for a particular database, such as Postgres, looks like this:

python test/objectstore.py --dburi=postgres:// scott:[EMAIL PROTECTED]:5432/test




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to