psycopg2/tests
Jon Dufresne 56ec575351 Drop leading 0's from numeric literals
Not compatible with Python3. Makes the code more forward compatible with
modern Pythons.

In Python2, it was an alternative syntax for octal.

$ python3
>>> 01
  File "<stdin>", line 1
    01
     ^
SyntaxError: invalid token
2017-12-01 19:00:53 -08:00
..
__init__.py Use modern except syntax throughout project 2017-11-20 20:00:35 -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 Use modern except syntax throughout project 2017-11-20 20:00:35 -08:00
test_async.py Use modern except syntax throughout project 2017-11-20 20:00:35 -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 Use modern except syntax throughout project 2017-11-20 20:00:35 -08:00
test_connection.py Drop support for EOL Python 2.6 2017-11-28 16:02:12 +00:00
test_copy.py Remove io.TextIOBase workaround for Python <= 2.5 2017-11-26 14:32:35 -08:00
test_cursor.py Collect rowcount in executemany even when discarding results 2017-11-29 15:42:04 +00:00
test_dates.py Added back timestamptz[] default cast 2017-07-24 14:23:36 +01:00
test_errcodes.py Use modern except syntax throughout project 2017-11-20 20:00:35 -08:00
test_extras_dictcursor.py Remove workarounds for namedtuple on Python <= 2.5 2017-11-26 13:55:30 -08:00
test_fast_executemany.py Skipped a couple of tests failing on old dbs 2017-02-06 21:40:05 +00:00
test_green.py Added test to verify callback errors in named cursors 2017-04-05 14:54:07 +01:00
test_ipaddress.py Skip tests with server not supporting NULL in array 2017-02-06 21:40:05 +00:00
test_lobject.py Remove redundant parentheses 2017-11-28 16:06:52 +00:00
test_module.py Remove use of skip_before_python for unsupported Python versions 2017-11-26 16:43:18 -08: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 Skipped a couple of tests failing on old dbs 2017-02-06 21:40:05 +00:00
test_replication.py Accept Composable in start_replication_expert() 2017-06-17 03:30:44 +01:00
test_sql.py Drop support for EOL Python 2.6 2017-11-28 16:02:12 +00:00
test_transaction.py Use modern except syntax throughout project 2017-11-20 20:00:35 -08:00
test_types_basic.py Drop support for EOL Python 2.6 2017-11-28 16:02:12 +00:00
test_types_extras.py Drop leading 0's from numeric literals 2017-12-01 19:00:53 -08:00
test_with.py Remove "from __future__ import with_statement" 2017-11-28 06:03:46 -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