]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Moving concurrency tests in their own files
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 23 May 2020 04:15:08 +0000 (16:15 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 23 May 2020 04:15:08 +0000 (16:15 +1200)
commit267e7154ce3b8fcc309ff7a8989d0d63c6a1f4f4
tree4d8e220a9bdae907898b013eb63c6cfaebd3b529
parentacace5957366244a6739534c9bc60b2e72e46565
Moving concurrency tests in their own files

These tests are verbose, slow, and don't test the interface, rather the
behaviour, in peculiar cases.

Some test modules names moved to keep related tested objects together.
tests/test_concurrency.py [new file with mode: 0644]
tests/test_concurrency_async.py [new file with mode: 0644]
tests/test_connection.py
tests/test_connection_async.py [moved from tests/test_async_connection.py with 87% similarity]
tests/test_cursor_async.py [moved from tests/test_async_cursor.py with 100% similarity]