# WARNING: this file is auto-generated by 'async_to_sync.py'
-# from the original file 'test_default_cursor_async.py'
+# from the original file 'test_cursor_async.py'
# DO NOT CHANGE! Change the original file instead.
"""
Tests for psycopg.Cursor that are not supposed to pass for subclasses.
# WARNING: this file is auto-generated by 'async_to_sync.py'
-# from the original file 'test_client_cursor_async.py'
+# from the original file 'test_cursor_client_async.py'
# DO NOT CHANGE! Change the original file instead.
import datetime as dt
# WARNING: this file is auto-generated by 'async_to_sync.py'
-# from the original file 'test_raw_cursor_async.py'
+# from the original file 'test_cursor_raw_async.py'
# DO NOT CHANGE! Change the original file instead.
import pytest
import psycopg
# WARNING: this file is auto-generated by 'async_to_sync.py'
-# from the original file 'test_server_cursor_async.py'
+# from the original file 'test_cursor_server_async.py'
# DO NOT CHANGE! Change the original file instead.
import pytest
psycopg_pool/psycopg_pool/sched_async.py \
tests/pool/test_pool_async.py \
tests/pool/test_sched_async.py \
- tests/test_client_cursor_async.py \
tests/test_connection_async.py \
tests/test_copy_async.py \
+ tests/test_cursor_async.py \
+ tests/test_cursor_client_async.py \
tests/test_cursor_common_async.py \
- tests/test_default_cursor_async.py \
+ tests/test_cursor_raw_async.py \
+ tests/test_cursor_server_async.py \
tests/test_pipeline_async.py \
tests/test_prepared_async.py \
- tests/test_raw_cursor_async.py \
- tests/test_server_cursor_async.py \
tests/test_tpc_async.py \
tests/test_transaction_async.py
do