============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 102 items test_MySQLdb_capabilities.py::test_MySQLdb::test_BIT PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_BLOB PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_CHAR PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_DATE PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_DATETIME PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_DECIMAL PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_DOUBLE PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_INT PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_LONG PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_LONG_BYTE PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_MULTIPOLYGON PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_TEXT PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_TIME PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_TIMESTAMP PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_TINYINT PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_binary_prefix PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_bug_2671682 PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_bug_3514287 PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_fractional_TIMESTAMP PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_ping PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_reraise_exception PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_small_CHAR PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_stored_procedures PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_transactions PASSED test_MySQLdb_capabilities.py::test_MySQLdb::test_truncation PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_BINARY PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_Binary PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_DATETIME PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_Date PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_Exceptions PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_ExceptionsAsConnectionAttributes PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_NUMBER PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_None PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_ROWID PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_STRING PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_Time PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_Timestamp PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_apilevel PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_arraysize PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_callproc PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_close PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_commit PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_connect PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_cursor PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_cursor_isolation PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_description PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_execute PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_executemany PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_fetchall PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_fetchmany PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_fetchone PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_mixedfetch PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_nextset PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_paramstyle PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_rollback PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_rowcount PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_setinputsizes PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_setoutputsize PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_setoutputsize_basic PASSED test_MySQLdb_dbapi20.py::test_MySQLdb::test_threadsafety PASSED test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_equality PASSED test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_equality_membership PASSED test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_inequality PASSED test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_inequality_membership PASSED test_MySQLdb_nonstandard.py::TestCoreModule::test_client_info PASSED test_MySQLdb_nonstandard.py::TestCoreModule::test_escape_string PASSED test_MySQLdb_nonstandard.py::TestCoreModule::test_version PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_affected_rows PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_charset_name PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_client_flag PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_context_manager PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_fileno PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_host_info PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_proto_info PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_server_info PASSED test_MySQLdb_nonstandard.py::CoreAPI::test_thread_id PASSED test_MySQLdb_nonstandard.py::TestCollation::test_charset_collation PASSED test_MySQLdb_times.py::TestX_or_None::test_date_or_none PASSED test_MySQLdb_times.py::TestX_or_None::test_datetime_or_none PASSED test_MySQLdb_times.py::TestX_or_None::test_time_or_none PASSED test_MySQLdb_times.py::TestX_or_None::test_timedelta_or_none PASSED test_MySQLdb_times.py::TestTicks::test_date_from_ticks PASSED test_MySQLdb_times.py::TestTicks::test_time_from_ticks PASSED test_MySQLdb_times.py::TestTicks::test_timestamp_from_ticks PASSED test_MySQLdb_times.py::TestToLiteral::test_datetime_to_literal PASSED test_MySQLdb_times.py::TestToLiteral::test_datetimedelta_to_literal PASSED test_MySQLdb_times.py::TestFormat::test_format_timedelta PASSED test_MySQLdb_times.py::TestFormat::test_format_timestamp PASSED test__mysql.py::test_result_type PASSED test_connection.py::test_multi_statements_default_true PASSED test_connection.py::test_multi_statements_false PASSED test_cursor.py::test_executemany PASSED test_cursor.py::test_pyparam PASSED test_cursor.py::test_dictcursor PASSED test_cursor.py::test_mogrify_without_args PASSED test_cursor.py::test_mogrify_with_tuple_args PASSED test_cursor.py::test_mogrify_with_dict_args PASSED test_cursor.py::test_cursor_discard_result[Cursor] PASSED test_cursor.py::test_cursor_discard_result[SSCursor] PASSED test_cursor.py::test_binary_prefix PASSED test_errors.py::test_null PASSED test_errors.py::test_duplicated_pk PASSED ======== 102 passed ========