]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Let mypy check all tests/*
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Nov 2021 10:58:00 +0000 (11:58 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
Per previous commits, the whole test suite should be clean.

pyproject.toml

index c23888a2c6927fa0e9dd030b1c727b5530a98ce9..0eab380271d57d0e551f3f5b6fa1f1b965ff8a96 100644 (file)
@@ -19,22 +19,7 @@ files = [
     "psycopg/psycopg",
     "psycopg_pool/psycopg_pool",
     "psycopg_c/psycopg_c",
-    "tests/dbapi20.py",
-    "tests/fix_faker.py",
-    "tests/pool",
-    "tests/pq",
-    "tests/scripts",
-    "tests/test_adapt.py",
-    "tests/test_concurrency*.py",
-    "tests/test_conninfo.py",
-    "tests/test_copy*.py",
-    "tests/test_dns*",
-    "tests/test_errors.py",
-    "tests/test_prepared*.py",
-    "tests/test_psycopg_dbapi20.py",
-    "tests/test_sql.py",
-    "tests/test_*cursor*.py",
-    "tests/types",
+    "tests",
 ]
 warn_unused_ignores = true
 show_error_codes = true