1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 configfile: pyproject.toml
6 collecting ... collected 102 items
8 test_MySQLdb_capabilities.py::test_MySQLdb::test_BIT PASSED
9 test_MySQLdb_capabilities.py::test_MySQLdb::test_BLOB PASSED
10 test_MySQLdb_capabilities.py::test_MySQLdb::test_CHAR PASSED
11 test_MySQLdb_capabilities.py::test_MySQLdb::test_DATE PASSED
12 test_MySQLdb_capabilities.py::test_MySQLdb::test_DATETIME PASSED
13 test_MySQLdb_capabilities.py::test_MySQLdb::test_DECIMAL PASSED
14 test_MySQLdb_capabilities.py::test_MySQLdb::test_DOUBLE PASSED
15 test_MySQLdb_capabilities.py::test_MySQLdb::test_INT PASSED
16 test_MySQLdb_capabilities.py::test_MySQLdb::test_LONG PASSED
17 test_MySQLdb_capabilities.py::test_MySQLdb::test_LONG_BYTE PASSED
18 test_MySQLdb_capabilities.py::test_MySQLdb::test_MULTIPOLYGON PASSED
19 test_MySQLdb_capabilities.py::test_MySQLdb::test_TEXT PASSED
20 test_MySQLdb_capabilities.py::test_MySQLdb::test_TIME PASSED
21 test_MySQLdb_capabilities.py::test_MySQLdb::test_TIMESTAMP PASSED
22 test_MySQLdb_capabilities.py::test_MySQLdb::test_TINYINT PASSED
23 test_MySQLdb_capabilities.py::test_MySQLdb::test_binary_prefix PASSED
24 test_MySQLdb_capabilities.py::test_MySQLdb::test_bug_2671682 PASSED
25 test_MySQLdb_capabilities.py::test_MySQLdb::test_bug_3514287 PASSED
26 test_MySQLdb_capabilities.py::test_MySQLdb::test_fractional_TIMESTAMP PASSED
27 test_MySQLdb_capabilities.py::test_MySQLdb::test_ping PASSED
28 test_MySQLdb_capabilities.py::test_MySQLdb::test_reraise_exception PASSED
29 test_MySQLdb_capabilities.py::test_MySQLdb::test_small_CHAR PASSED
30 test_MySQLdb_capabilities.py::test_MySQLdb::test_stored_procedures PASSED
31 test_MySQLdb_capabilities.py::test_MySQLdb::test_transactions PASSED
32 test_MySQLdb_capabilities.py::test_MySQLdb::test_truncation PASSED
33 test_MySQLdb_dbapi20.py::test_MySQLdb::test_BINARY PASSED
34 test_MySQLdb_dbapi20.py::test_MySQLdb::test_Binary PASSED
35 test_MySQLdb_dbapi20.py::test_MySQLdb::test_DATETIME PASSED
36 test_MySQLdb_dbapi20.py::test_MySQLdb::test_Date PASSED
37 test_MySQLdb_dbapi20.py::test_MySQLdb::test_Exceptions PASSED
38 test_MySQLdb_dbapi20.py::test_MySQLdb::test_ExceptionsAsConnectionAttributes PASSED
39 test_MySQLdb_dbapi20.py::test_MySQLdb::test_NUMBER PASSED
40 test_MySQLdb_dbapi20.py::test_MySQLdb::test_None PASSED
41 test_MySQLdb_dbapi20.py::test_MySQLdb::test_ROWID PASSED
42 test_MySQLdb_dbapi20.py::test_MySQLdb::test_STRING PASSED
43 test_MySQLdb_dbapi20.py::test_MySQLdb::test_Time PASSED
44 test_MySQLdb_dbapi20.py::test_MySQLdb::test_Timestamp PASSED
45 test_MySQLdb_dbapi20.py::test_MySQLdb::test_apilevel PASSED
46 test_MySQLdb_dbapi20.py::test_MySQLdb::test_arraysize PASSED
47 test_MySQLdb_dbapi20.py::test_MySQLdb::test_callproc PASSED
48 test_MySQLdb_dbapi20.py::test_MySQLdb::test_close PASSED
49 test_MySQLdb_dbapi20.py::test_MySQLdb::test_commit PASSED
50 test_MySQLdb_dbapi20.py::test_MySQLdb::test_connect PASSED
51 test_MySQLdb_dbapi20.py::test_MySQLdb::test_cursor PASSED
52 test_MySQLdb_dbapi20.py::test_MySQLdb::test_cursor_isolation PASSED
53 test_MySQLdb_dbapi20.py::test_MySQLdb::test_description PASSED
54 test_MySQLdb_dbapi20.py::test_MySQLdb::test_execute PASSED
55 test_MySQLdb_dbapi20.py::test_MySQLdb::test_executemany PASSED
56 test_MySQLdb_dbapi20.py::test_MySQLdb::test_fetchall PASSED
57 test_MySQLdb_dbapi20.py::test_MySQLdb::test_fetchmany PASSED
58 test_MySQLdb_dbapi20.py::test_MySQLdb::test_fetchone PASSED
59 test_MySQLdb_dbapi20.py::test_MySQLdb::test_mixedfetch PASSED
60 test_MySQLdb_dbapi20.py::test_MySQLdb::test_nextset PASSED
61 test_MySQLdb_dbapi20.py::test_MySQLdb::test_paramstyle PASSED
62 test_MySQLdb_dbapi20.py::test_MySQLdb::test_rollback PASSED
63 test_MySQLdb_dbapi20.py::test_MySQLdb::test_rowcount PASSED
64 test_MySQLdb_dbapi20.py::test_MySQLdb::test_setinputsizes PASSED
65 test_MySQLdb_dbapi20.py::test_MySQLdb::test_setoutputsize PASSED
66 test_MySQLdb_dbapi20.py::test_MySQLdb::test_setoutputsize_basic PASSED
67 test_MySQLdb_dbapi20.py::test_MySQLdb::test_threadsafety PASSED
68 test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_equality PASSED
69 test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_equality_membership PASSED
70 test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_inequality PASSED
71 test_MySQLdb_nonstandard.py::TestDBAPISet::test_set_inequality_membership PASSED
72 test_MySQLdb_nonstandard.py::TestCoreModule::test_client_info PASSED
73 test_MySQLdb_nonstandard.py::TestCoreModule::test_escape_string PASSED
74 test_MySQLdb_nonstandard.py::TestCoreModule::test_version PASSED
75 test_MySQLdb_nonstandard.py::CoreAPI::test_affected_rows PASSED
76 test_MySQLdb_nonstandard.py::CoreAPI::test_charset_name PASSED
77 test_MySQLdb_nonstandard.py::CoreAPI::test_client_flag PASSED
78 test_MySQLdb_nonstandard.py::CoreAPI::test_context_manager PASSED
79 test_MySQLdb_nonstandard.py::CoreAPI::test_fileno PASSED
80 test_MySQLdb_nonstandard.py::CoreAPI::test_host_info PASSED
81 test_MySQLdb_nonstandard.py::CoreAPI::test_proto_info PASSED
82 test_MySQLdb_nonstandard.py::CoreAPI::test_server_info PASSED
83 test_MySQLdb_nonstandard.py::CoreAPI::test_thread_id PASSED
84 test_MySQLdb_nonstandard.py::TestCollation::test_charset_collation PASSED
85 test_MySQLdb_times.py::TestX_or_None::test_date_or_none PASSED
86 test_MySQLdb_times.py::TestX_or_None::test_datetime_or_none PASSED
87 test_MySQLdb_times.py::TestX_or_None::test_time_or_none PASSED
88 test_MySQLdb_times.py::TestX_or_None::test_timedelta_or_none PASSED
89 test_MySQLdb_times.py::TestTicks::test_date_from_ticks PASSED
90 test_MySQLdb_times.py::TestTicks::test_time_from_ticks PASSED
91 test_MySQLdb_times.py::TestTicks::test_timestamp_from_ticks PASSED
92 test_MySQLdb_times.py::TestToLiteral::test_datetime_to_literal PASSED
93 test_MySQLdb_times.py::TestToLiteral::test_datetimedelta_to_literal PASSED
94 test_MySQLdb_times.py::TestFormat::test_format_timedelta PASSED
95 test_MySQLdb_times.py::TestFormat::test_format_timestamp PASSED
96 test__mysql.py::test_result_type PASSED
97 test_connection.py::test_multi_statements_default_true PASSED
98 test_connection.py::test_multi_statements_false PASSED
99 test_cursor.py::test_executemany PASSED
100 test_cursor.py::test_pyparam PASSED
101 test_cursor.py::test_dictcursor PASSED
102 test_cursor.py::test_mogrify_without_args PASSED
103 test_cursor.py::test_mogrify_with_tuple_args PASSED
104 test_cursor.py::test_mogrify_with_dict_args PASSED
105 test_cursor.py::test_cursor_discard_result[Cursor] PASSED
106 test_cursor.py::test_cursor_discard_result[SSCursor] PASSED
107 test_cursor.py::test_binary_prefix PASSED
108 test_errors.py::test_null PASSED
109 test_errors.py::test_duplicated_pk PASSED
111 ======== 102 passed ========