psycopg2/tests
Jason Erickson 88cc5a986d Use tests.dsn for the dsn connection string
Using self.conn.dsn as the dsn connection string actually has the password
'x'ed out.  The initial connection replaces the password with 'x' to
obfuscate it.  Using tests.dsn instead of self.conn.dsn ensures that the
correct connection string is used.
2011-02-02 17:14:29 -07:00
..
__init__.py Add PSYCOPG2_TESTDB_PASSWORD variable for tests 2011-02-02 17:14:12 -07:00
bug_gc.py Skip GC bug test if uuid is not available 2011-01-18 02:09:49 +00:00
bugX000.py Added license to unit tests 2011-01-09 23:44:35 +00:00
dbapi20_tpc.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
dbapi20.py DBAPI compatibility test updated to 1.12. 2010-09-23 23:36:58 +01:00
extras_dictcursor.py All tests made executable. 2011-01-07 00:58:29 +00:00
test_async.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_cancel.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_connection.py Use tests.dsn for the dsn connection string 2011-02-02 17:14:29 -07:00
test_copy.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_cursor.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_dates.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_green.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_lobject.py Invalidate large objects after a two-phase commit operation 2011-01-10 00:20:55 +00:00
test_notify.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_psycopg2_dbapi20.py Test decorator moved into the test utilities module 2011-01-09 23:44:58 +00:00
test_quote.py Added license to unit tests 2011-01-09 23:44:35 +00:00
test_transaction.py Added license to unit tests 2011-01-09 23:44:35 +00:00
testutils.py Skip GC bug test if uuid is not available 2011-01-18 02:09:49 +00:00
types_basic.py Unregister test adapters to keep a more precise references count 2011-01-03 21:34:46 +01:00
types_extras.py Use tests.dsn for the dsn connection string 2011-02-02 17:14:29 -07:00