psycopg2/tests
Daniele Varrazzo ca59fd8b3f Test looking the transactions characteristics instead of the default
So we test the effect, not the implementation. Tests pass on master too
this way, three tests fail in this branch, related to autocommit
(sort-of-obviously).
2017-02-04 10:57:30 +00:00
..
__init__.py Merge branch 'master' into sql-compose 2017-02-03 04:56:02 +00:00
dbapi20_tpc.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
dbapi20.py Fix several typos 2015-05-03 10:30:21 +01:00
test_async_keyword.py Added async_ as an alias for async 2017-02-03 04:43:49 +00:00
test_async.py Merge branch 'async-keyword' 2017-02-03 04:45:17 +00:00
test_bug_gc.py Python source cleanup using flake8 2016-10-11 00:11:55 +01:00
test_bugX000.py Python source cleanup using flake8 2016-10-11 00:11:55 +01:00
test_cancel.py Merge branch 'async-keyword' 2017-02-03 04:45:17 +00:00
test_connection.py Test looking the transactions characteristics instead of the default 2017-02-04 10:57:30 +00:00
test_copy.py Further skipping of slow tests 2017-02-02 03:02:29 +00:00
test_cursor.py Allow skipping the slow test 2017-02-02 01:53:50 +00:00
test_dates.py Python source cleanup using flake8 2016-10-11 00:11:55 +01:00
test_errcodes.py Merge branch 'async-keyword' 2017-02-03 04:45:17 +00:00
test_extras_dictcursor.py Python source cleanup using flake8 2016-10-11 00:11:55 +01:00
test_fast_executemany.py Avoid an useless encode/decode roundtrip in execute_values() 2017-02-02 17:29:17 +00:00
test_green.py Allow skipping the slow test 2017-02-02 01:53:50 +00:00
test_ipaddress.py Adding some boilerplate for the new module 2017-01-01 03:53:08 +01:00
test_lobject.py Further skipping of slow tests 2017-02-02 03:02:29 +00:00
test_module.py Merge branch 'async-keyword' 2017-02-03 04:45:17 +00:00
test_notify.py Further skipping of slow tests 2017-02-02 03:02:29 +00:00
test_psycopg2_dbapi20.py Merge branch 'master' into named-callproc 2016-12-26 01:49:42 +01:00
test_quote.py Fixed tests failing on Python 2.6 2016-12-24 01:03:57 +01:00
test_replication.py Added async_ as an alias for async 2017-02-03 04:43:49 +00:00
test_sql.py Autonumbered args not available in Python 2.6 2017-01-03 17:53:02 +01:00
test_transaction.py Allow skipping the slow test 2017-02-02 01:53:50 +00:00
test_types_basic.py Conver network array types into array of strings by default 2016-10-11 02:31:45 +01:00
test_types_extras.py Merge branch 'async-keyword' 2017-02-03 04:45:17 +00:00
test_with.py Python source cleanup using flake8 2016-10-11 00:11:55 +01:00
testconfig.py Test moved to the right module, cleanup, but same problem 2016-07-01 18:01:16 +01:00
testutils.py Merge branch 'async-keyword' 2017-02-03 04:45:17 +00:00