psycopg2/tests
James Henstridge 3265dd172d * tests/test_connection.py (ConnectionTests): add simple tests for
the Connection and Cursor "closed" attributes.

	* psycopg/cursor_type.c (psyco_curs_get_closed): add a "closed"
	attribute to cursors.  It will be True if either the cursor or its
	associated connection are closed.  This fixes bug #164.
2008-01-19 03:32:42 +00:00
..
__init__.py * tests/test_connection.py (ConnectionTests): add simple tests for 2008-01-19 03:32:42 +00: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 Added 'make check' target, running all the available tests. 2007-11-11 10:40:12 +00:00
test_connection.py * tests/test_connection.py (ConnectionTests): add simple tests for 2008-01-19 03:32:42 +00:00
test_dates.py * tests/__init__.py (test_suite): add date tests to test suite. 2008-01-16 01:43:50 +00:00
test_psycopg2_dbapi20.py Added 'make check' target, running all the available tests. 2007-11-11 10:40:12 +00:00
test_quote.py Added 'make check' target, running all the available tests. 2007-11-11 10:40:12 +00:00
test_transaction.py * tests/test_connection.py (ConnectionTests): add simple tests for 2008-01-19 03:32:42 +00:00
types_basic.py Split the binary tests out a bit. 2008-01-16 18:08:12 +00:00