psycopg2/tests
James Henstridge 3466b3b72d Add tests for time zone parsing, for "HH", "HH:MM" and "HH:MM:SS" forms.
Currently the second fails for negative offsets due to bugs in the 
parser, and the third fails because it doesn't even try to parse second 
offset values (as Python doesn't either).
2009-02-17 12:39:57 +09:00
..
__init__.py Add basic tests for large object code. Fix lobject.seek() to actually 2008-05-05 15:33:44 +08:00
bugX000.py Added 'make check' target, running all the available tests. 2007-11-11 10:40:12 +00:00
dbapi20.py Added DBAPI 2.0 conformance tests in tests/. 2006-02-11 06:55:17 +00:00
extras_dictcursor.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
test_connection.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
test_dates.py Add tests for time zone parsing, for "HH", "HH:MM" and "HH:MM:SS" forms. 2009-02-17 12:39:57 +09:00
test_lobject.py * tests/test_lobject.py (LargeObjectTests): add more tests, 2008-05-06 17:04:26 +08:00
test_psycopg2_dbapi20.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
test_quote.py 2008-04-21 James Henstridge <james@jamesh.id.au> 2008-04-20 23:19:42 +00:00
test_transaction.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
types_basic.py Added adapter to handle float('inf') and float('nan') 2009-01-23 00:09:20 +01:00
types_extras.py Added inet support 2008-09-24 01:27:52 +02:00