From: Gerhard <ger...@gm...> - 2002-05-20 20:21:27
|
* Steve Waterbury <ste...@gs...> [2002-05-20 09:37 -0400]: > I installed PyPgSQL and ran PgSQLTestCases.py, which gave 29 errors -- but > these seem to be problems with the test scripts rather than with > PyPgSQL itself. All errors came down to 4 methods missing in various unit > test scripts: "assertEqual", "assertEquals" [sic -- typo?], > "failUnlessRaises", and "fail". Strange. Which version of Python is this? If it is 2.1 or later, do you use the included unittest module or did you perhaps overwrite it with an updated or outdated version? Btw. in the current pyPgSQL release some tests checking the length of cursor.description fail when you use PostgreSQL 7.2.x. This has been fixed in the CVS version. Gerhard -- mail: gerhard <at> bigfoot <dot> de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id AD24C930 public key fingerprint: 3FCC 8700 3012 0A9E B0C9 3667 814B 9CAA AD24 C930 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b'))) |