From: Daniele Varrazzo Date: Sun, 15 Mar 2020 11:58:25 +0000 (+1300) Subject: pq tests moved into a dir of its own X-Git-Tag: 3.0.dev0~709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c19478c815aa012e3e3bb2c61f75055cbc195e;p=thirdparty%2Fpsycopg.git pq tests moved into a dir of its own --- diff --git a/tests/test_pq_conninfo.py b/tests/pq/test_conninfo.py similarity index 100% rename from tests/test_pq_conninfo.py rename to tests/pq/test_conninfo.py diff --git a/tests/test_pq_exec.py b/tests/pq/test_exec.py similarity index 100% rename from tests/test_pq_exec.py rename to tests/pq/test_exec.py diff --git a/tests/test_pq_pgconn.py b/tests/pq/test_pgconn.py similarity index 100% rename from tests/test_pq_pgconn.py rename to tests/pq/test_pgconn.py