psycopg2/tests
Daniele Varrazzo f08019e356 Added decorator to clean up the adaptation mappings after tests
Many tests were doing it manually, some weren't doing it and resulted in
failure if run in different order.

Close #948
2019-09-04 18:17:51 +01:00
..
__init__.py Copyright year updated 2019-02-17 01:36:36 +00:00
dbapi20_tpc.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
dbapi20.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
test_async_keyword.py Smart replication feedback 2019-05-06 10:27:44 +02:00
test_async.py Test notifies are received ok polling an async cur 2019-04-05 19:04:48 +01:00
test_bug_gc.py Copyright year updated 2019-02-17 01:36:36 +00:00
test_bugX000.py Copyright year updated 2019-02-17 01:36:36 +00:00
test_cancel.py Copyright year updated 2019-02-17 01:36:36 +00:00
test_connection.py Allow tests to be ignored if dynamic binding failed 2019-03-18 19:49:16 +00:00
test_copy.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
test_cursor.py Allow tests to be ignored if dynamic binding failed 2019-03-18 19:49:16 +00:00
test_dates.py Other import moved to top level in tests 2019-03-16 19:13:58 +00:00
test_errcodes.py Dropped repeated conditional import of reload in test 2019-03-16 19:04:40 +00:00
test_errors.py Move imports to the top of the module across tests 2019-03-16 18:03:41 +00:00
test_extras_dictcursor.py fix NamedTupleCursor._cached_make_nt 2019-06-04 14:30:30 +02:00
test_fast_executemany.py Move imports to the top of the module across tests 2019-03-16 18:03:41 +00:00
test_green.py Added pq_get_result_async() replaced pg_get_last_result() 2019-03-17 01:20:06 +00:00
test_ipaddress.py Other import moved to top level in tests 2019-03-16 19:13:58 +00:00
test_lobject.py Copyright year updated 2019-02-17 01:36:36 +00:00
test_module.py Other import moved to top level in tests 2019-03-16 19:13:58 +00:00
test_notify.py Move imports to the top of the module across tests 2019-03-16 18:03:41 +00:00
test_psycopg2_dbapi20.py Copyright year updated 2019-02-17 01:36:36 +00:00
test_quote.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
test_replication.py Smart replication feedback 2019-05-06 10:27:44 +02:00
test_sql.py Copyright year updated 2019-02-17 01:36:36 +00:00
test_transaction.py Copyright year updated 2019-02-17 01:36:36 +00:00
test_types_basic.py Added decorator to clean up the adaptation mappings after tests 2019-09-04 18:17:51 +01:00
test_types_extras.py Added decorator to clean up the adaptation mappings after tests 2019-09-04 18:17:51 +01:00
test_with.py Copyright year updated 2019-02-17 01:36:36 +00:00
testconfig.py Test moved to the right module, cleanup, but same problem 2016-07-01 18:01:16 +01:00
testutils.py Added decorator to clean up the adaptation mappings after tests 2019-09-04 18:17:51 +01:00