psycopg2/tests
Jon Dufresne fcc083dc12 Always import the system unittest
There is no need to import testutils.unittest instead of simply
unittest. They are simple aliases. Use system unittest to be more
regular, consistent as well as idiomatic with the wider Python
community.
2017-12-01 18:35:30 -08:00
..
__init__.py Always import the system unittest 2017-12-01 18:35:30 -08:00
dbapi20_tpc.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
dbapi20.py Replace comparison with None with equality operator 2017-11-28 16:03:23 +00:00
test_async_keyword.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_async.py Always import the system unittest 2017-12-01 18:35:30 -08: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 Always import the system unittest 2017-12-01 18:35:30 -08:00
test_connection.py Drop support for EOL Python 2.6 2017-11-28 16:02:12 +00:00
test_copy.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_cursor.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_dates.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_errcodes.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_extras_dictcursor.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_fast_executemany.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_green.py Added test to verify callback errors in named cursors 2017-04-05 14:54:07 +01:00
test_ipaddress.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_lobject.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_module.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_notify.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_psycopg2_dbapi20.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_quote.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_replication.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_sql.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_transaction.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_types_basic.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_types_extras.py Always import the system unittest 2017-12-01 18:35:30 -08:00
test_with.py Always import the system unittest 2017-12-01 18:35:30 -08:00
testconfig.py Test moved to the right module, cleanup, but same problem 2016-07-01 18:01:16 +01:00
testutils.py Dropped unused test functions 2017-11-28 16:11:06 +00:00